v3
latestOpenAPI 3.0.02026-07-311784111.3 MBBlock Trade
Private
Returns information about a specific block trade identified by block_trade_id.
📖 Related Article: Block Trading
Scope: block_trade:read
get/private/get_block_trade
Query parameters
idstring required
Block trade id
Example:154
Block trade id
Response
Success response
Example response
{
"result": {
"id": "154",
"timestamp": 1536569522277,
"trades": [
{
"instrument_name": "BTC-PERPETUAL",
"timestamp": 1517329113791,
"block_trade_id": "154"
}
],
"app_name": "Example Application",
"broker_code": "2krM7sJsx",
"broker_name": "Test Broker"
}
}