---
title: "Refresh NFT metadata"
method: GET
path: "/openapi/v1/asset/refreshMeta"
tags: ["Asset"]
---

# Refresh NFT metadata

`GET /openapi/v1/asset/refreshMeta`

This endpoint is used to refresh metadata for an NFT.

To use this endpoint, please contact us for activation. (Rate limits: 120/minute, 50000/day)

## Query parameters

- `chain` 'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink', required
- `contract_address` string, required
- `token_id` string, required

## Response `200`

OK

- ApiResponseBoolean
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` boolean — Return data, Generic
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/element/apis/element-open-api.md) · [All operations](https://skmtc.net/element/apis/element-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/element/element-open-api/versions/fa83ac7feb23/schema)
