| guid |
String |
Auto-generated unique identifier for the trade. |
[optional] |
| trade_type |
String |
The type of trade; one of platform, liquidation, or exit. |
[optional] |
| customer_guid |
String |
The associated customer’s identifier. |
[optional] |
| quote_guid |
String |
The associated quote’s identifier. |
[optional] |
| symbol |
String |
The trade symbol the pricing is related to. Format is asset-counter_asset, e.g., BTC-USD. |
[optional] |
| side |
String |
The direction of the trade; one of buy or sell. |
[optional] |
| state |
String |
The state of the trade; one of storing, pending, cancelled, completed, settling, or failed. |
[optional] |
| failure_code |
String |
The failure code for failed trades; one of non_sufficient_funds, unsupported, limit_exceeded, expired_quote, or market_volatility. |
[optional] |
| receive_amount |
Integer |
The amount to be received in base units of the currency: currency is \“asset\” for buy and \“counter_asset\” for sell. |
[optional] |
| deliver_amount |
Integer |
The amount to be delivered in base units of the currency: currency is \“counter_asset\” for buy and \“asset\” for sell. |
[optional] |
| fee |
Integer |
The fee associated with the trade. Denominated in \“counter_asset\” base units |
[optional] |
| reference_trade_guid |
String |
The guid of the related trade. Only present on exit trades. |
[optional] |
| created_at |
Time |
ISO8601 datetime the record was created at. |
[optional] |
| updated_at |
Time |
ISO8601 datetime the record was last updated at. |
[optional] |
| labels |
Array<String> |
The labels associated with the trade. |
[optional] |