Skip to main content

Refresh NFTs of a collection in synchronous manner

POST 

https://api-gateway.skymavis.com/skynet/ronin/web3/v2/collections/:contractAddress/tokens/metadata/refresh_sync

For usage instructions, see Refresh NFTs

Request

Path Parameters

    contractAddress stringrequired

    ContractAddress address. Example: 0x32950db2a7164ae833121501c797d79e7b79d74c

Body

Request body

    maxWait integer

    unit: milliseconds, when maxWait exceeds server timeout, then server timeout will be used instead

    tokenIds string[]

Responses

OK
Schema

    result

    object

    successes string[]
    failures string[]
curl -L 'https://api-gateway.skymavis.com/skynet/ronin/web3/v2/collections/:contractAddress/tokens/metadata/refresh_sync' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-API-KEY: <API_KEY_VALUE>' \
-d '{
"maxWait": 0,
"tokenIds": [
"string"
]
}'
Request Collapse all
Base URL
https://api-gateway.skymavis.com/skynet/ronin/web3/v2
Auth
Parameters
— pathrequired
Body
{
  "maxWait": 0,
  "tokenIds": [
    "string"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!