cURL
curl --request GET \ --url https://api.centosfi.com/v1/orderbooks/{centos_id}
{ "status": "ok", "orderbook": { "bids": [ { "price": 123, "qty": 123 } ], "asks": [ { "price": 123, "qty": 123 } ], "best_bid_price": 123, "best_ask_price": 123, "centos_id": 123, "custom_asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "exchange_timestamp": "2023-11-07T05:31:56Z" }, "message": "<string>" }
Get orderbook for a centos_id.
Number of price levels to return
1 <= x <= 10
Successful Response
ok
pending
not_found
Show child attributes