Orders

Gets all valid quote(s) on the orderbook by using broad query params. If no parameters are supplied the entire orderbook is returned.

get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
x-apikeystringRequired
Query parameters
poolAddressstringOptional

unique address of the pool

Example: 0x3ba638...fb25ePattern: ^0x[a-fA-F0-9]{40}$
sizenumberOptional

number of contracts (ie 4)

Example: 4
sidestringOptional

orderbook side ("ask" or "bid")

Example: bidPattern: ^bid$|^ask$
providerstringOptional

unique address of the provider

Example: 0x3ba638...fb25ePattern: ^0x[a-fA-F0-9]{40}$
typestringOptional

optional flag to get invalid quotes

Pattern: ^invalid$
Responses
chevron-right
200

Successful operation

application/json
get
/orderbook/orders

Last updated

Was this helpful?