Transaction Object
Fields
| Name | Type | Possible Values | Description |
|---|---|---|---|
| id | string | Varies | This is the base identifier for the Transaction. If the transaction took place with an exchange provider, then it may be in uuid format, if the transaction took place with self cutody wallet software, then it may be a different format. |
| quantity | string | Floating-Point Number as String | The quantity of base currency |
| price | string | Floating-Point Number as String | The quantity of quote currency |
| symbol | string | Currency pair | The 3-letter (or more) short string identifier of the asset used in this transaction part |
| type | string | Transaction type | Enum Data: deposit, withdrawal , buy , sell,other |
| status | string | Transaction status | Enum Data: completed, failed , pending , unknown,other |
| fee | object | None or Balance Object | This is the transaction fee |
| created_at | timestamp | Timestamp | Timestamp this transaction was created. |
| updated_at | timestamp | Timestamp | Timestamp this transaction was updated or confirmed. |