Field
|
Data Type
|
Example values / notes
|
Always returns data?
|
UniqueTxID
|
String
|
A unique identifier for the profile transaction for use for uniqueness of a row
|
Y
|
Timestamp
|
Datetime
|
2020-01-17T18:36:31.345Z - the timestamp of the record
|
Y
|
ProfileID
|
UUID
|
7927d51a-a465-49b9-ab0e-1ca17b3a7c5b
|
Y
|
AccountID
|
UUID
|
1ab15e4f-6389-4a52-b908-62c3525b0da2
|
N
|
IdentityID
|
UUID
|
1ab15e4f-6389-4a52-b908-62c3525b0da2
|
N
|
Amount
|
String
|
90.12345678
|
Y
|
Asset
|
String
|
USD, ETH, BTC, PAXG, BCH, LTC
|
Y
|
Direction
|
String
|
CREDIT, DEBIT
|
Y
|
ResourceRefID
|
String
|
custom string specified in CreateOrder request as "ref_id"
|
N
|
Side
|
String
|
SELL, BUY
|
N
|
OrderType
|
String
|
LIMIT, MARKET, STOPLIMIT, HRQ
|
N
|
Market
|
String
|
ETHUSD, XBTUSD, PAXGUSD, BCHUSD, LTCUSD
|
N
|
Price
|
String
|
100.23
|
N
|
BalanceType
|
Enum
|
Balance Type Values & Definitions
|
Y
|
Resource
|
Enum
|
Resource Values & Definitions
|
Y
|
ResourceID
|
UUID
|
273dfece-3e8e-4148-a38b-afa770088ab7
ID of the Resource in question (Order ID, Execution ID, Transfer ID, etc)
|
Y
|
TransactionType
|
Enum
|
Transaction Type Values & Definitions
|
Y
|
ResourceTimestamp
|
Datetime
|
2020-01-17T18:36:31.345Z -
The timestamp when the Resource was generated (i.e. the time for an Order or an Execution).
|
N
|
RecourceTransferType
|
Enum
|
Resource Transfer Type Values & Definitions
|
N
|
ExternalID
|
String
|
f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16
Contains the transaction hash if it’s a Crypto Deposit. If there’s no data available, it will be returned empty.
|
N
|
Metadata
|
String
|
"{""key_1"":""value_11"",""key_2"":""value_23"" }"
Contains the customer specified metadata during a transaction on platform (ie. withdrawal, transfer,quote execution) in json-string format. If there's no data available, it will be returned empty.
|
N
|
Fee
|
String
|
0.017
The fee for this interaction. Currently only supported for Transfers.
|
N
|
QuoteAmount
|
String
|
10.50
The amount in the quote asset for this trade, currently only supported for QuoteExecutions
|
N
|
BaseAmount
|
String
|
10.017
The amount in the base asset for this trade, currently only supported for QuoteExecutions
|
N
|
GroupID
|
UUID
|
123e4567-e89b-12d3-a456-426614174000
Link for the debit and credit legs of an Internal Transfer
|
N
|