GET Orderbook

circle-info

RFQ liquidity being super efficient, often moves rapidly to meet the market mid-price.

Therefore it is common for one side of the liquidity to be depleted completely. Or, the available liquidity switches from one direction to the opposite.

Whenever a trading direction has insufficient liquidity, the entire orderbook object (unique in base+quote addresses) will be removed completely from the endpoint. In such cases, quoting on this particular pair/direction is no longer available.

Get price levels for all supported pair in a chain

get
Query parameters
chainstring · enumRequired

Blockchain name, eg: ethereum, arbitrum, ...

Possible values:
Header parameters
apiKeystringRequired

The API key that was assigned to you by Native

Responses
chevron-right
200

Success

application/json
base_addressstringRead-onlyRequired
quote_addressstringRead-onlyRequired
base_symbolstringRead-onlyRequired
quote_symbolstringRead-onlyRequired
levelsstring[]Read-onlyRequired
sidestringRead-onlyRequired
minimum_in_basenumberRead-onlyRequired
get
/v1/orderbook

Last updated