v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-08-296916379.5 KB
transfers

Fetch transfers

get/atomicassets/v1/transfers

Query parameters

accountstring

Notified account (can be sender or recipient) - separate multiple with ","

senderstring

Transfer sender - separate multiple with ","

recipientstring

Transfer recipient - separate multiple with ","

memostring

Search for exact memo

match_memostring

Search for text in memo

asset_idstring

only transfers which contain this asset_id - separate multiple with ","

template_idstring

only transfers which contain assets of this template - separate multiple with ","

schema_namestring

only transfers which contain assets of this schema - separate multiple with ","

collection_namestring

only transfers which contain assets of this collection - separate multiple with ","

hide_contractsboolean

dont show transfers from or to accounts that have code deployed

transfer_idstring

seperate multiple ids with ","

idsstring

seperate multiple ids with ","

lower_boundstring

lower bound of primary key (value included)

upper_boundstring

upper bound of primary key (value excluded)

beforeinteger

Only show results before this timestamp in milliseconds (value excluded)

afterinteger

Only show results after this timestamp in milliseconds (value excluded)

collection_blackliststring

Hide collections from result. Split multiple with ","

collection_whiteliststring

Show only results from specific collections. Split multiple with ","

pageinteger

Result Page

limitinteger

Results per Page

order'asc' | 'desc'

Order direction

sort'created'

Column to sort

Response

OK

successboolean
query_timeinteger nullable