curl --request PATCH \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/refetch-metadata \
--header 'Content-Type: application/json' \
--data '
{
"recaptcha_response": "123"
}
'{
"message": "OK"
}Was this page helpful?
curl --request PATCH \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/refetch-metadata \
--header 'Content-Type: application/json' \
--data '
{
"recaptcha_response": "123"
}
'{
"message": "OK"
}