メインコンテンツへスキップ
POST
/
rpc
/
Metadata
/
RefreshContractInfo
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>"
}
'
{}

認証

X-Access-Key
string
header
必須

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

ボディ

application/json
chainHandle
string
contractAddress
string

レスポンス

OK

The response is of type object.