Get wallet balance change history with filtering and pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A chain name listed in supported networks Supported blockchain chains
sol, eth, bsc An address of a wallet
Pagination cursor
Number of results per page
Pagination direction
next, prev An address of a token
Start timestamp (Unix epoch in seconds)
End timestamp (Unix epoch in seconds)
Balance type filter (SOL for native, SPL for tokens) Balance token type
SOL, SPL Balance change direction filter (INCREASE or DECREASE) Balance change type
INCREASE, DECREASE Successful response
Generic pagination response
Page data
Cursor for the end of current page
"eyJpZCI6ImVuZCJ9"
Whether there is a next page
false
Whether there is a previous page
false
Cursor for the start of current page
"eyJpZCI6InN0YXJ0In0="