Search and filter Solana NFTs, compressed NFTs, and tokens using flexible criteria including ownership, creators, collections, and custom attributes
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.