v2

OpenAPI 3.0.02026-07-311824171.4 MB
Block Trade
Private

Returns information about a specific block trade identified by block_trade_id.

📖 Related Article: Block Trading

Scope: block_trade:read

Try in API console

get/private/get_block_trade

Query parameters

idstring required

Block trade id

Example:154

Block trade id

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": {
    "id": "154",
    "timestamp": 1536569522277,
    "trades": [
      {
        "instrument_name": "BTC-PERPETUAL",
        "timestamp": 1517329113791,
        "starbase_timestamp": 1536569522277000000,
        "starbase_order_id": 103148386170,
        "block_trade_id": "154",
        "block_trade_leg_count": 3
      }
    ],
    "app_name": "Example Application",
    "broker_code": "2krM7sJsx",
    "broker_name": "Test Broker"
  }
}