account detail
account transfer
account defi activities
account balance change activities
account transactions
account portfolio
account token-accounts
account stake
stake rewards export
account transfer export
account metadata
account leaderboard
account defi activities export
account balance change activities
Get balance change activities involving an account
QUERY PARAMS
address
string
required
A Wallet address on solana blockchain
token_account
string
A token account of wallet on solana blockchain
token
string
Filter activities data by token address
from_time
number
Filter by time range (Unix timestamp in seconds). Example: ?from_time=1720153259&to_time=1720153276
to_time
number
Filter by time range (Unix timestamp in seconds). Example: ?from_time=1720153259&to_time=1720153276
page_size
number
Number items per page
Enum: 10, 20, 30, 40, 60, 100
page
number
Page number for pagination
remove_spam
string
The query parameter to determine if spam activities have been removed or not
Enum: true, false
amount
array
Filter by amount range for a specific token. Example: ?amount[]=1&amount[]=2&token=So11111111111111111111111111111111111111112
flow
string
Filter by change direction: in or out
Enum: in, out
sort_by
string
The parameter allows you to specify the field by which the returned list will be sorted
Enum: block_time
sort_order
string
The parameter allows you to specify the sort order
Enum: asc, desc
block_time
array
Used when you want to filter data by block time. Format time: UnixTime in seconds. You need to pass array into http query to filter by start and stop block_time. Example: ?block_time[]=1720153259&block_time[]=1720153276
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
429
Too Many Requests
500
Internal Server Error

Javascript

Python

Shell

Go

C#
Authorization
Response
Click Try It! to start a request and see the response here!