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.

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

Fetch a list of assets controlled by a specific authority.

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

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

List all assets that were created by a specified address.

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

Retrieve transaction signatures linked to a specific compressed asset.

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

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

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?