For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

We actively contribute to the development of the Metaplex Digital Assets Standard API (DAS) that is used to interact with Solana NFTs, SPL (Solana Program Library) Tokens and Token-2022 (Token Extension Program), ensuring also production-ready indexing and caching layer.

DAS API provides a fast and scalable way to query digital assets on the Solana blockchain, including Fungible Tokens, Regular and Compressed NFTs. The decompression of NFTs and data caching is done server-side, providing a convenient way to access Digital Assets data and metadata. It is available via all our shared and dedicated endpoints, fully integrated with our RPC Pool infrastructure.

DAS API offers a comprehensive set of features for querying digital assets, including:

  • The transaction history of any compressed asset

  • Current token holders and balances

  • Search and filtering by owner, creator, authority, or collection

  • Data across regular and programmable NFTs, compressed NFTs, MPL Core, fungible tokens, and metaplex agent tokens

  • Merkle proofs for compressed assets

How to use

The DAS API is enabled by default on all our shared and dedicated endpoints. You can use any of our Solana mainnet RPC endpoints with the DAS API methods, and your queries will be routed automatically.

Available methods are listed and documented in the API Methods section.

The DAS API is billed on a per-request basis ($50 per million requests). To see detailed billing information, check the Billable Items Chart in your account panel at the customers.triton.one.

Ratelimits as per your standard RPC Pool will apply.

Further reading

To learn more about account state compression and Digital Assets, see developers.metaplex.com/das-api.

Client and examples: https://github.com/metaplex-foundation/digital-asset-standard-api

Last updated

Was this helpful?