Get transaction history
This function get transaction history
HTTP Request
GET BASE_URL/users/:user_id/accounts/:account_id/transactions
Attention
symbol: exBTCorBTC-USDT- For each provider, it may or may not be required.
- Format is different as specified by provider. get support for current provider see Trading Symbols API
- With walawong format
{base}for wallet provider and{base}-{quote}for exchange provider
Providers can use query pairs
fromandtoorstartandend. You can also leave this blank to see suggestions coming from Pagination Object vianext_uri/previous_uri
Query param
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | Optional | The 2-letter (or more) short string identifier of the asset used in this transaction part. |
| limit | number | Optional | Maximum record limit per request. Minium is 25 and maximum is 50. |
| offset | number | Optional | Minium is 0 |
| from | date-time | Optional | ISO 8601 or YYYY-MM-DD |
| to | date-time | Optional | ISO 8601 or YYYY-MM-DD |
| start | string | Optional | Start record id from data |
| end | string | Optional | End record id from data |
Response
| Parameter | Type | Possible Values | Description |
|---|---|---|---|
| pagination | object | Pagination Object | Pagination info help to next or previous page. |
| data | array | Array of Transaction Object | The list of transactions that belong to this account. |