We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Interface address:https://api.bitforex.com/api/v1/market/depth
Request method:GET
Parameters
Example
# request GET https://api.bitforex.com/api/v1/market/depth # Response { "success": true, "data": { "asks": [{ "amount": 1, "price": 1010 }, { "amount": 3, "price": 1000 }], "bids": [{ "amount": 1, "price": 970 }, { "amount": 1, "price": 960 }] } }
Return value description
There was an error while loading. Please reload this page.