Search and discover Solana digital assets with comprehensive filtering options. This powerful discovery API enables applications to find NFTs, compressed NFTs, fungible tokens, and other digital assets using multiple criteria including ownership, creators, collections, compression status, and metadata attributes. Perfect for marketplaces, portfolio trackers, and analytics platforms needing advanced asset discovery capabilities across the Solana ecosystem.
Key capabilities:
The version of the JSON-RPC protocol.
2.0 An ID to identify the request.
The name of the JSON-RPC method to invoke.
searchAssets Parameters for the searchAssets method.
Successful response
{
"total": 80,
"limit": 50,
"page": 1,
"items": [
{
"interface": "V1_NFT",
"id": "SomeNftMintKey12345",
"ownership": {
"owner": "86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY",
"ownership_model": "single"
},
"content": {
"json_uri": "https://example.com/metadata/12345.json"
}
}
]
}The native SOL balance of the Solana wallet account in lamports and USD value.