Skip to main content

V1 Account Fungible Tokens

Fetch the v1 indexed fungible token balance rows for one account.

Network
FastNear API keyNo saved key
Get API key
Endpointhttps://api.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

GET

This operation performs GET /v1/account/{account_id}/ft.

Required request inputs: yes

GET /v1/account/root.near/ft

Path parameters

account_id *string

Query parameters

apiKeystring

Response reference

200 application/json

Indexed fungible token rows for the requested account

Response schema

objectV1FtResponse
requires account_id, tokens
account_id *string
tokens *array
itemsobjectTokenRow
requires contract_id, last_update_block_height, balance
balance *string
contract_id *string
last_update_block_height *integer