⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

Coming soon: Need support for this? Email support@dwellir.com and we will enable it for you.

token_activities

Query Structure

query TokenTransfers($owner: String!, $limit: Int) {
token_activities_v2(where: { owner_address: { _eq: $owner } }, limit: $limit, order_by: { transaction_version: desc }) {
transaction_version
event_account_address
token_standard
from_address
to_address
token_data_id
amount
}
}