Get NFT Metadata by Id - Wallet & Data API
Get NFT Metadata by Id - Forces metadata refresh for a specific NFT
Refresh NFT Metadata - [Value: 1837CU]
Refreshes metadata for a specific NFT by contract address and token ID
POST https://lb.drpc.live/{chain}/{key}/lambda/v1/contract-address/{contract}/nfts/{nft_id}/refresh
Use cases
- Trigger a refresh of NFT metadata
- Ensure the latest NFT attributes and images are available
Constraints
- Requires valid contract address and token ID
- Only NFTs on supported chains can be refreshed
Unlock Access to 100+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl --request POST \
--url https://lb.drpc.live/{chain}/{key}/lambda/v1/contract-address/{contract}/nfts/{nft_id}/refresh \
--header 'accept: application/json'Response
200
{
"status": "success",
}Path params
chainstring
[Required] Chain name (e.g. ethereum, polygon)
keystring
[Required] Your dRPC API key
contractstring
[Required] NFT contract address
nft_idstring
[Required] NFT token ID
Query params
Request params
Response
200
Response params
This method does not accept any parameters.