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"
}
ok
The response is of type object
.
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"
}