v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Balance & Transfer

Wallet - Balance Change

Retrieve the balance change history of a wallet.

get/wallet/v2/balance-change

Query parameters

addressstring required

The address of the account.

token_addressstring

The address of the token contract.

time_frominteger

Specify the start time using unix timestamps in seconds

time_tointeger

Specify the end time using unix timestamps in seconds

type'SOL' | 'SPL'
change_type'increase' | 'decrease'
offsetinteger

Make sure offset <= 10000

limitinteger
ui_amount_mode'raw' | 'scaled'

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Headers

x-chain'solana'

Solana network only.

Response

JSON object containing a list of balance changes of an address

successboolean required
dataobject required