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

Zerion fungibles API

Operations related to fungible assets, such as list them all, search or get by ID.

Zerion fungibles API is one of 9 APIs that Zerion publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include fungibles. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

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

Requests are made against a single base URL, https://api.zerion.io.

5 operations 5 paths 20 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.zerion.io
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

Zerion fungibles API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (APIKeyBasicAuth). By default, every request must be authenticated.

  • APIKeyBasicAuth — To test endpoints here, paste your API key from the [dashboard](https://dashboard.zerion.io/) into the username field and leave the password empty.

Paths & Operations 5

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

fungibles 5

Operations related to fungible assets, such as list them all, search or get by ID.

GET
/v1/fungibles/
Get list of fungible assets
listFungibles 8 params → 200400401429
GET
/v1/fungibles/{fungible_id}
Get fungible asset by ID
getFungibleById 2 params → 200400401404429
GET
/v1/fungibles/{fungible_id}/charts/{chart_period}
Get a chart for a fungible asset
getFungibleChart 3 params → 200400401404429503
GET
/v1/fungibles/by-implementation
Get fungible asset by implementation
getFungibleByImplementation 2 params → 200400401404429
GET
/v1/fungibles/by-implementation/charts/{chart_period}
Get a chart for a fungible asset by implementation
getFungibleChartByImplementation 3 params → 200400401404429503

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are Attributes-10 (8 properties), MarketData (7 properties), Relationships-6 (6 properties), AttributesImplementation (5 properties). Each schema is shown below with its type and property counts.

Response-13
object
2 properties 2 required
AttributesImplementation
object
5 properties 3 required
Attributes-11
object
4 properties 2 required
Relationships-6
object
6 properties 6 required
ResponseLinks-12
object
1 property
ExternalLinks
array
A list of relevant URLs.
MarketDataChanges
object
4 properties
Container-13
object
3 properties 2 required
ResponseLinks-13
object
1 property
TradingVolumes
object
1 property
ExternalLink
object
3 properties 1 required
Icon
object
Icon related to object.
1 property
Flags
object
1 property 1 required
ResponseManyLinks-2
object
4 properties 1 required
ImplementationMarketData
object
1 property
ResponseMany-2
object
2 properties 2 required
MarketData
object
7 properties 1 required
Response-12
object
2 properties 2 required
Attributes-10
object
8 properties 6 required
Container-12
object
Object, representing fungible asset.
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zerion-fungibles-api-openapi.yml Raw ↑

Other APIs Zerion publishes across the network.

Zerion chains API
Zerion dapps API
Zerion gas API
Zerion nfts API
Zerion subscriptions to transactions API
Zerion swap API
Zerion wallet sets API
Zerion wallets API