Solana Enhanced RPC
enhancedGetTokensAndNFTs
Learn how to use the enhancedGetTokensAndNFTs JSON-RPC method.
POST
/
#enhancedGetTokensAndNFTs
Contextualizing enhancedGetTokensAndNFTs
enhancedGetTokensAndNFTs
, like its EVM counterpart,getTokensAndNFTs
, retrieves a detailed list of tokens and NFTs that belong to a specific address. It takes:address
- a base58-encoded string.- Object, optional:
parseMetadataUri
- Boolean (false
by default).
Query example
JavaScript
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
Version of the JSON-RPC protocol, should be 2.0.
The request identifier.
The blockchain chain ID.
API method being called.
Available options:
enhancedGetTokensAndNFTs
Parameters for getting tokens and NFTs.
Was this page helpful?