Skip to main content

Get transaction history

This function get transaction history

HTTP Request

GET BASE_URL/users/:user_id/accounts/:account_id/transactions

Attention

  • symbol: ex BTC or BTC-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 from and to or start and end. You can also leave this blank to see suggestions coming from Pagination Object via next_uri/previous_uri

Query param

ParameterTypeRequiredDescription
symbolstringOptionalThe 2-letter (or more) short string identifier of the asset used in this transaction part.
limitnumberOptionalMaximum record limit per request. Minium is 25 and maximum is 50.
offsetnumberOptionalMinium is 0
fromdate-timeOptionalISO 8601 or YYYY-MM-DD
todate-timeOptionalISO 8601 or YYYY-MM-DD
startstringOptionalStart record id from data
endstringOptionalEnd record id from data

Response

ParameterTypePossible ValuesDescription
paginationobjectPagination ObjectPagination info help to next or previous page.
dataarrayArray of Transaction ObjectThe list of transactions that belong to this account.