GET Trade
GET /trades/:trade_id
GET /trades/:trade_id{
"message": {
"trade_id": "9411a2d9-8964-47d0-8971-a52db2f65748",
"client_trade_id": "fjfd9wekdwoc0sdkcs09w",
"session_id": "20220801000000",
"trade_state": "terminated",
"market_identifier_code": "NDAX",
"reporting_party": "00WRX",
"settlement_schedule": "ABCDEF",
"symbol": "BTC/e₹",
"trade_quantity": "4",
"trade_price": "10000",
"trade_type": "block",
"physical_delivery": true,
"comment": null,
"last_update": 1565832456717,
"transaction_timestamp": 1565731066447,
"settlement_timestamp": 1565731965906,
"accepted_timestamp": 1565731066768,
"defaulted_timestamp": null,
"settled_timestamp": 1565794980952,
"contract_size": 1,
"bank_fee": "1.00",
"underlying": "BTC",
"quoted_currency": "e₹",
"trade_reporter": "[email protected]",
"platform_code": "00WRX",
"product_type": "spot",
"parties_anonymous": false,
"parties": [
{
"participant_code": "0M2CKW",
"side": "buy",
"asset": "BTC",
"amount": "4",
"liquidity_indicator": null,
"execution_id": "ex_id1",
"order_id": "foo",
"desk_code": null,
"trading_account_code": null,
"obligations_outstanding_timestamp": null,
"current_obligations_met_timestamp": null,
"settlement_state": "settled",
"client_order_id": null,
"settling": true
},
{
"participant_code": "1J32WQ",
"side": "sell",
"asset": "e₹",
"amount": "40000",
"liquidity_indicator": null,
"execution_id": "ex_id2",
"order_id": "foo",
"desk_code": null,
"trading_account_code": null,
"obligations_outstanding_timestamp": null,
"current_obligations_met_timestamp": null,
"settlement_state": "settled",
"client_order_id": null,
"settling": true
}
]
}
}Last updated