cURL
curl --request GET \ --url https://api.ripio.com/trade/public/orders/level-2
{ "data": { "timestamp": 1675708481219, "asks": [ { "amount": 0.01187517, "price": 14704.45 }, { "amount": 1, "price": 1873.48 } ], "bids": [ { "amount": 0.46097295, "price": 14650.25 }, { "amount": 1, "price": 1610.15 } ], "hash": "16757084812196786445" }, "error_code": null, "message": null }
Returns the level 2 orderbook.
Currency pair code
"BTC_BRL"
Maximum number of records to return per request. Can specify 'max' to use the service maximum.
Ok
Show child attributes
null