OpenSea · Example Payload

Refresh_Nft_Metadata

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Refresh_Nft_Metadata is an example object payload from OpenSea, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operationId": "refresh_nft_metadata",
  "method": "POST",
  "path": "/api/v2/chain/{chain}/contract/{address}/nfts/{identifier}/refresh",
  "request": {
    "parameters": {
      "address": "string",
      "chain": "string",
      "identifier": "string",
      "ignoreCachedItemUrls": true
    }
  },
  "response": {
    "200": "string"
  }
}