POST
/
rpc
/
Metadata
/
RefreshTokenMetadata
curl --request POST \
  --url https://metadata.sequence.app/rpc/Metadata/RefreshTokenMetadata \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{
  "chainID": "80002",
  "contractAddress": "0x70a2177079877e4aae639d1abb29ffa537b99279",
  "tokenIDs": [
    "0",
    "1"
  ],
  "refreshAll": true
}'
{
  "taskId": 64137
}

Authorizations

X-Access-Key
string
header
required

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

Body

application/json
chainID
string
contractAddress
string
tokenIDs
string[]

[]string

refreshAll
boolean

Response

200
application/json
OK
taskId
number