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
}
}