Alchemy DAS APIs for Solana NFTs and Fungible Tokens (Beta)
Alchemy DAS APIs for Solana NFTs and Fungible Tokens (Beta)
ℹ️ This API is in Beta and CU values may change in the future. Any feedback on performance, data coverage, or pricing is welcome!
❓ Questions? Contact us in your dedicated Alchemy channel or shoot us an email at [email protected]
Background
Alchemy is following the Metaplex Digital Asset Standard (DAS) — a consistent interface across RPC providers for interacting with digital assets on Solana.
These endpoints covers all Solana assets that follow the Metaplex spec: both fungible tokens and NFTs (core and compressed).
This API offers Solana-specific alternatives to Alchemy’s EVM endpoints such as getNftsByOwner
, getNftMetadata
, getTokenBalances
, etc.
For more information about DAS, visit the Metaplex documentation: https://developers.metaplex.com/das-api
Methods
Docs & Sandbox
💻 Use the following link to view request/response parameters for each method and to test requests: https://playground.open-rpc.org/?url=https://raw.githubusercontent.com/metaplex-foundation/digital-asset-standard-api/main/specification/metaplex-das-api.json
How to view parameters
Explore the dropdowns for each method in the right pane:
How to test requests
- Click the Inspector button
- Enter a valid Alchemy endpoint in the input box
- Input the request body in the left pane
- Press the run button to view the request and response on the right pane