API Methods

The API follows the JSON-RPC 2.0 specification, requiring requests to include a method name, parameters, and a unique ID.

Method
Description

Retrieve detailed information about an asset using its unique ID.

Retrieve detailed information about multiple assets using theirs unique IDs.

Obtain a Merkle proof for verifying the integrity of a compressed asset.

Fetch Merkle proofs for multiple compressed assets in a single request.

Fetch transaction signatures associated with a compressed asset.

Fetch a list of assets controlled by a specific authority.

List all assets that were created by a specified address.

Get assets that belong to a specified group, identified by a key and value.

Retrieve all assets associated with a given owner’s public key.

Perform a search and apply filters to find assets based on various criteria.

Retrieve all printable editions for a master edition NFT mint.

Retrieve details of all token accounts associated with a given mint or owner.

Retrieve 20 largest token accounts for a specific SPL Token.

Each API method is explained in detail on its own page, including required parameters and example requests. Navigate through the documentation to explore each method’s capabilities.

Last updated

Was this helpful?