POST Trade
POST /trades
POST /trades{
"message": {
"trade_id": "92616fce-31d3-465a-af01-0fb5d2dc4d40",
"client_trade_id": "f2f14251-e296-42ac-9bc7-01c9186b9219",
"session_id": "20190801000000",
"trade_state": "terminated",
"market_identifier_code": "TEST",
"trade_reporter": "[email protected]",
"reporting_party": "SGC7CQ",
"settlement_schedule": "ABCDEF",
"symbol": "BTC/e₹",
"trade_quantity": "1.0",
"trade_price": "10000.000000",
"trade_type": "regular",
"physical_delivery": true,
"comment": "Some comments about the trade for NDAX to store on blockchain",
"settlement_timestamp": 1575849302321,
"transaction_timestamp": 1575849302321,
"accepted_timestamp": 1564686909724,
"settled_timestamp": null,
"defaulted_timestamp": null,
"contract_size": 1,
"bank_fee": "1.00",
"underlying": "BTC",
"quoted_currency": "e₹",
"platform_code": "00TEST",
"product_type": "spot",
"parties_anonymous": true,
"last_update": 1564686909724,
"parties": [
{
"participant_code": "PKOHXY",
"side": "buy",
"asset": "BTC",
"amount": "1.0",
"liquidity_indicator": null,
"execution_id": null,
"order_id": null,
"current_obligations_met_timestamp": 1564686909724,
"obligations_outstanding_timestamp": 1564686909724,
"client_order_id": null,
"settling": true
},
{
"participant_code": "S1I5ED",
"side": "sell",
"asset": "e₹",
"amount": "4000.0000",
"liquidity_indicator": null,
"execution_id": null,
"order_id": null,
"current_obligations_met_timestamp": 1564686909724,
"obligations_outstanding_timestamp": 1564686909724,
"client_order_id": null,
"settling": true
}
]
}
}Parameter
Description
Type
Parameter
Description
Type
Parameter
Description
Type
Last updated