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

Response

200
application/json

Success

The response is of type object.