v1
latestOpenAPI 3.0.02026-07-2471143147.5 KBAccount
Get transfer history
Get deposit and withdrawal history for an account. Public endpoint - no authentication required.
get/v1/account/transfer-history
Query parameters
accountstring
Account address to query (hex format, required)
type'TRANSFER_UNKNOWN' | 'DEPOSIT' | 'WITHDRAW'
Filter by transfer type (optional, default = all types)
block_time_fromstring uint64
Filter by block time from (Unix nanoseconds, optional)
block_time_tostring uint64
Filter by block time to (Unix nanoseconds, optional)
pageinteger
Page number (1-based, default = 1)
limitinteger
Items per page (default = 100, max = 1000)
token_addressstring
Filter by token address (hex format, optional)
sorted_bystring
Sort the results using the given field. Supported values: time (sort by time asc), -time (sort by time desc). Default: -time.
Response
A successful response.