Get transaction history
Filters
Pagination
Description of enum basis
enum basisТип
Описание
Description of enum type
enum typeТип
Описание
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
Transactions history request body
offsetintegerRequired
Offset (for pagination)
limitintegerRequired
Limit (for pagination). No less than 100 and no more than 1000, by default 100
currencystring[]OptionalExample:
Filter by currencies
["USDT"]networkstring[]OptionalExample:
Filter by networks
["bsc"]typestring[]OptionalExample:
Filter by transaction type
["order_transaction"]sortDatestringOptionalExample:
Sort by date. 'ASC' or 'DESC'
ASCResponses
200Success
application/json
post
/api-gateway/get-transaction-history200Success
Last updated