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 nfts API

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

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

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

This API exposes 2 operations across 2 paths, and defines 32 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.

2 operations 2 paths 32 schemas 2 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 nfts 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 2

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

nfts 2

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

GET
/v1/nfts/
Get list of NFTs
listNFTs 4 params → 200400401429
GET
/v1/nfts/{nft_id}
Get single NFT by ID
getNFTById 4 params → 200400401429

Schemas 32

The contract defines 32 schemas that model the data the API accepts and returns. The most detailed are Attributes-7 (7 properties), Metadata (5 properties), Container-5 (4 properties), Quantity (4 properties). Each schema is shown below with its type and property counts.

ContainerShort
object
2 properties 2 required
ContainerAttributesNoMarketData
object
Represents an NFT collection attributes corresponding to JSON API specification.
2 properties
ResponseData
array
ExternalLinks
array
A list of relevant URLs.
Relationships-4
object
Represents relationships of a non-fungible token (NFT) corresponding to JSON API specification.
2 properties 1 required
Container-5
object
Represents a non-fungible token (NFT).
4 properties 2 required
RelationshipLinks
object
1 property 1 required
Response-17
object
3 properties 2 required
Relationship-4
object
1 property 1 required
MarketData-2
object
2 properties
Relationship
object
2 properties 2 required
Attributes-7
object
Represents attributes of a non-fungible token (NFT) corresponding to JSON API specification.
7 properties 2 required
Quantity
object
4 properties 4 required
ResponseLinks-17
object
1 property 1 required
ContentLink
object
2 properties 1 required
Content
object
4 properties
ContainerNoMarketData
object
3 properties
Content-2
object
2 properties
ResponseLinks-18
object
1 property 1 required
ExternalLink
object
3 properties 1 required
Attribute
object
2 properties 1 required
Icon
object
Icon related to object.
1 property
LastSale
object
Information about last sale of the NFT.
2 properties
InterfaceEnum
string
The standard that the NFT contract follows, e.g. ERC-721.
Implementation-2
object
Represents a blockchain implementation of an NFT collection.
2 properties 2 required
Metadata
object
Metadata associated with the NFT.
5 properties
Flags-3
object
1 property
Response-16
object
3 properties 2 required
MarketDataPrices
object
The prices associated with the NFT expressed in the currency specified in the request parameters.
1 property
ContainerShort-4
object
2 properties
ResponseIncluded
array
Metadata-2
object
Metadata associated with the NFT.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zerion-nfts-api-openapi.yml Raw ↑

Other APIs Zerion publishes across the network.

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