Solana Blockchain Queries
Get NFT URI
Get the URI of a NFT-Token
get/api/v2/solana/nfts/{mint}/uri
Headers
X-Network'testnet' | 'mainnet'
Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.
Authorizationstring required
Bearer token for authorization. Required for authenticated endpoints.
Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'
The MIME type of the request body.
Response
Example response
{
"status": 200,
"ok": true,
"message": "NFT URI fetched",
"data": {
"uri": "https:\\/\\/arweave.net\\/cHldb-hpgkWz6bBXWj7ee6M-QBDtBSLDBO77dvsZG4I"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.