Skip to main content

Query Transfers

Fetch transfer rows for one account with optional direction, asset, amount, and time filters.

Network
DescRequest body field
DirectionRequest body field
Ignore SystemRequest body field
FastNear API keyNo saved key
Get API key
Endpointhttps://transfers.main.fastnear.com
Authnone detected
Live Response

Responses from the selected endpoint appear here after you run a request.

Live response output will appear here after you run a request.

Request reference

application/json

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": "near",
  "desc": true,
  "direction": "receiver",
  "limit": 10,
  "min_amount": "1000000000000000000000000"
}

Request body schema

objectTransfersInput
requires account_id, direction
account_id *string
asset_idstring
descboolean
direction *string
senderreceiver
from_timestamp_msinteger
ignore_systemboolean
limitinteger
min_amountstring

Default: null

min_human_amountnumber
min_usd_amountnumber
resume_tokenstring

Default: null

to_timestamp_msinteger

Response reference

200 application/json

Transfer rows for the requested account

Response schema

objectTransfersResponse
requires transfers, resume_token
resume_token *string
transfers *array
itemsobjectTransferRow
requires block_height, block_timestamp, receipt_id, transfer_index, signer_id, predecessor_id, receipt_account_id, account_id, asset_id, asset_type, amount, transfer_type
account_id *string
action_indexinteger
amount *string
asset_id *string
asset_type *string
block_height *string
block_timestamp *string
end_of_block_balancestring
human_amountnumber
log_indexinteger
method_namestring
other_account_idstring
predecessor_id *string
receipt_account_id *string
receipt_id *string
signer_id *string
start_of_block_balancestring
transaction_idstring
transfer_index *integer
transfer_type *string
usd_amountnumber