GET /v1/orderbook
Get price levels for all supported pair in a chain
GET https://newapi.native.org/v1/orderbook?chainId=1Name
Description
Name
Description
Response
[
{
"base_symbol": "ETH",
"base_address": "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
"quote_symbol": "USDT",
"quote_address": "0x55d398326f99059ff775485246999027b3197955",
"levels": [
[
0.0001,
1621.71
],
[
10,
1621.72
],
[
40.75786733219471,
1621.54
]
],
"side": "bid",
"minimum_in_base": 0.0001
},
}Last updated