Export DeFi activity data for a token. Maximum 5,000 items per request. Rate limit: 10 requests per minute.
QUERY PARAMS
address
string
required
A token address on solana blockchain
from
string
Filter activities from an address
platform
array
Filter by list platform addresses. Maximum 5 addresses
Maximum allowed values: 5
source
array
Filter by list source addresses. Maximum 5 addresses
Maximum allowed values: 5
activity_type
array
Type of defi-activity data
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
sort_by
string
The parameter allows you to specify the field by which the returned list will be sorted
sort_order
string
The parameter allows you to specify the sort order
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
Maximum allowed values: 2
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
Response Body
429
Too Many Requests
Response Body
500
Internal Server Error
Response Body