Skip to main content

Refresh NFT metadata

POST 

/collections/:token_address/refresh_metadata

Refresh the metadata for all tokens in the collection token_address, given a list of up to 100 token IDs per request. Request access to the API by following the steps in Refresh NFT metadata on Mavis Market using the API.

Request

Path Parameters

    token_address stringrequired

    Token contract address.

Body

required

    token_ids string[]

    Possible values: <= 100

Responses

OK

Schema

    message string
Loading...