v1

latestOpenAPI 3.0.02026-07-17103042.4 KB
Accounts

Get account fungible token transfers

Returns a paginated list of fungible token transfers for the given account address, ordered descending by block height (newest first).

get/experimental/v1/accounts/{address}/ft/transfers

Path parameters

addressstring hexadecimal required

The 8-byte address of an account.

The account address (hex-encoded without 0x prefix).

Query parameters

cursorstring base64

Opaque pagination cursor from a previous response's next_cursor field.

Opaque pagination cursor from a previous response's next_cursor field.

limitinteger

The maximum number of results to return.

token_typestring

Filter by fully qualified token type (e.g. A.1654653399040a61.FlowToken).

source_addressstring hexadecimal

The 8-byte address of an account.

Filter by the sender address of the transfer.

recipient_addressstring hexadecimal

The 8-byte address of an account.

Filter by the recipient address of the transfer.

expandstring[]

A comma-separated list indicating which properties of the content to expand.

selectstring[]

A comma-separated list indicating which properties of the content to return.

Response

A page of fungible token transfers.

next_cursorstring base64

Opaque pagination cursor from a previous response's next_cursor field.