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/trade/orderInfo
Request method:POST
Parameters
Example
# request POST https://api.bitforex.com/api/v1/trade/orderInfo # Response { "success": true, "data": { "symbol":"coin-usd-etc", "avgPrice": 0, "createTime": 1516691438000, "lastTime": 1516691438000, "dealAmount": 0, "orderAmount": 2, "orderId": 1, "orderPrice": 103, "orderState": 4, "tradeFee": 0, "tradeType": 2 } }
Return value description
There was an error while loading. Please reload this page.