exact payment on Solana mainnet.
Conventions
All Solana DAS routes share the same shape:- Path template:
POST /v1/x402/solana/{cluster}/{provider}/das/{method}cluster∈mainnet,devnetprovider∈alchemy,helius
- Access mode:
exact(paid per call) - Alternate methods accepted on the path:
GET,HEAD - Content-Type:
application/json - Request body:
{ "params": { ... } }- named DAS params forwarded directly to the upstream provider - Success body:
{ ok: true, provider, cluster, surface: "das", method, priceUsd, result } - Payment network:
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp(mainnet) - Payment asset: USDC mainnet mint
EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v(6 decimals) - Rate limit:
10 rpsperprovider:cluster:dasscope
Alchemy does not expose DAS on devnet. DAS routes on Alchemy are available on mainnet only. Helius supports DAS on both clusters.
- Alchemy -
$0.45 / 1 000 000 CU - Helius -
$5 / 1 000 000 credits
GET /v1/catalog and by the 402 challenge envelope.
getAsset
Fetch a single asset by id.
Params
Example
getAssetsByOwner
Fetch digital assets owned by a wallet.
Params
Example
searchAssets
Search digital assets with DAS filters.
Params
Example
