Broker Method Returns list of broker block trades. If currency is not provided, returns broker block trades for all currencies.
Scope: block_trade:read
Query parameters
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
Number of requested items, default - 20, maximum - 1000
Block trade id
Response will contain block trades older than the one provided in this field
Block trade id
The id of the oldest block trade to be returned, start_id is required with end_id
Response
Success response
Example response
{
"result": {
"history": [
{
"trades": [
{
"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"
}
]
}
]
}
}Changes
Changed in 3 of the 7 revisions of this API.15
- ○
added the optional property
result/history/items/trades/items/trades/items/block_trade_leg_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/history/items/trades/items/trades/items/original_order_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/history/items/trades/items/trades/items/starbase_client_order_idto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
result/history/items/trades/items/trades/items/block_trade_leg_countfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
result/history/items/trades/items/trades/items/starbase_order_idto the response with the200statusresponse-optional-property-added
- ●
- ○
added the optional property
result/history/items/trades/items/trades/items/block_trade_leg_countto the response with the200statusresponse-optional-property-added
- ○