PATCH
/
tokens
/
{address_hash}
/
instances
/
{id}
/
refetch-metadata
re-fetch token instance metadata
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"
}

Path Parameters

address_hash
string
required

Address hash

id
integer
required

integer id

Body

application/json

Response

200
application/json

ok

The response is of type object.