Query Transfers
Fetch transfer rows for one account with optional direction, asset, amount, and time filters.
Fetch transfer rows for one account with optional direction, asset, amount, and time filters.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
This operation performs POST /v0/transfers with an application/json request body.
Required request inputs: yes
POST /v0/transfers
{
"account_id": "intents.near",
"asset_id": "native:near",
"desc": true,
"direction": "receiver",
"limit": 10,
"min_amount": "1000000000000000000000000"
}account_id *stringNEAR account to query transfers for (the signer or receiver, depending on direction).
asset_idstringAsset identifier such as native:near for NEAR or <contract_id> for fungible tokens.
descbooleanWhen true, sort newest-first; when false or omitted, sort oldest-first.
direction *stringRestrict to transfers where the account acts as sender or receiver; omit for both sides.
senderreceiverfrom_timestamp_msintegerInclusive lower bound on block timestamp in milliseconds since the Unix epoch.
ignore_systembooleanWhen true, hide system transfers (validator rewards, implicit account creation, refunds).
limitintegerMaximum number of transfer rows to return in one page (1–100).
min_amountstringMinimum absolute transfer amount in the asset's base units (e.g. yoctoNEAR), stringified u128.
min_human_amountnumberMinimum transfer amount in human-readable units (decimals already applied).
min_usd_amountnumberMinimum transfer amount in USD-equivalent at time of transfer.
resume_tokenstringOpaque pagination token returned as resume_token on a prior page; omit for the first page.
to_timestamp_msintegerExclusive upper bound on block timestamp in milliseconds since the Unix epoch.
Transfer rows for the requested account
resume_token *stringtransfers *arrayitemsobjectTransferRowaccount_id *stringaction_indexintegeramount *stringasset_id *stringasset_type *stringblock_height *stringblock_timestamp *stringend_of_block_balancestringhuman_amountnumberlog_indexintegermethod_namestringother_account_idstringpredecessor_id *stringreceipt_account_id *stringreceipt_id *stringsigner_id *stringstart_of_block_balancestringtransaction_idstringtransfer_index *integertransfer_type *stringusd_amountnumber