POST
/
rpc
/
Metadata
/
RefreshContractInfo
curl --request POST \
  --url https://metadata.sequence.app/rpc/Metadata/RefreshContractInfo \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{
  "chainHandle": "<string>",
  "contractAddress": "<string>"
}'
{}

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
chainHandle
string
contractAddress
string

Response

200
application/json
OK

The response is of type object.