Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NEAR Protocol fungible-tokens API

The fungible-tokens API from NEAR Protocol — 3 operation(s) for fungible-tokens.

NEAR Protocol fungible-tokens API is one of 60 APIs that NEAR Protocol publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include fungible-tokens. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and rate-limit docs.

This API exposes 3 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 3.0.3.

Requests are made against 2 base URLs: https://api.fastnear.com, https://test.api.fastnear.com.

3 operations 3 paths 5 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.3
Base URL
https://rpc.mainnet.near.org
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

fungible-tokens 3
GET
/v0/account/{account_id}/ft
Lookup fungible token contract IDs for an account
account_ft_v0 2 params → 200400500
GET
/v1/account/{account_id}/ft
Lookup indexed fungible token rows for an account
account_ft_v1 2 params → 200400500
GET
/v1/ft/{token_id}/top
Lookup top indexed holders for a fungible token
ft_top_v1 2 params → 200400500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are TokenRow (3 properties), AccountBalanceRow (2 properties), TokenAccountsResponse (2 properties), V1FtResponse (2 properties). Each schema is shown below with its type and property counts.

V0ContractsResponse
object
2 properties 2 required
TokenRow
object
3 properties 3 required
V1FtResponse
object
2 properties 2 required
TokenAccountsResponse
object
2 properties 2 required
AccountBalanceRow
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

near-fungible-tokens-api-openapi.yml Raw ↑

Other APIs NEAR Protocol publishes across the network.

NEAR Protocol accounts API
NEAR Protocol Block API
NEAR Protocol Block Effects API
NEAR Protocol Broadcast Tx Async API
NEAR Protocol Broadcast Tx Commit API
NEAR Protocol Changes API
NEAR Protocol Chunk API
NEAR Protocol Client Config API
NEAR Protocol EXPERIMENTAL Call Function API
NEAR Protocol EXPERIMENTAL Changes API
NEAR Protocol EXPERIMENTAL Changes In Block API
NEAR Protocol EXPERIMENTAL Congestion Level API