REST API
Rest API End Points
Overview
Publish Quotes
^42161$|^421613$^0x[a-fA-F0-9]{40}$^0x[a-fA-F0-9]{40}$Quote exists
Quote created
Bad request
Not authorized
Get Quotes
unique address of the pool
^0x[a-fA-F0-9]{40}$fill size (1 contract = 1e18)
^[0-9]*$orderbook side ("ask" or "bid")
^bid$|^ask$chain id ("42161" or "421613")
^42161$|^421613$unique address of the provider
^0x[a-fA-F0-9]{40}$unique address of the taker (for rfq quotes)
^0x[a-fA-F0-9]{40}$Successful operation
Invalid parameters supplied
Not authorized
Get rfq_quotes
unique address of the pool
^0x[a-fA-F0-9]{40}$orderbook side ("ask" or "bid")
^bid$|^ask$chain id ("42161" or "421613")
^42161$|^421613$taker address
^0x[a-fA-F0-9]{40}$Successful operation
Invalid parameters supplied
Not authorized
Get Orders
unique address of the pool
^0x[a-fA-F0-9]{40}$min order size of each order (1 contract = 1e18)
^[0-9]*$orderbook side ("ask" or "bid")
^bid$|^ask$chain id ("42161" or "421613")
^42161$|^421613$unique address of the provider
^0x[a-fA-F0-9]{40}$Successful operation
Invalid parameters supplied
Not authorized
Last updated
Was this helpful?