GET
/
insights
/
v1
/
nfts
/
metadata
/
refresh
/
{contract_address}
/
{token_id}
Force refresh token metadata
curl --request GET \
  --url https://data-api.b3.fun/insights/v1/nfts/metadata/refresh/{contract_address}/{token_id}
{
  "data": {
    "success": true,
    "message": "<string>"
  }
}

Response

200
application/json

Success

The response is of type object.