日本語
cURL
curl --request POST \ --url https://metadata.sequence.app/rpc/Metadata/RefreshAllContractTokens \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data ' { "chainHandle": "<string>", "contractAddress": "<string>" } '
{ "task": { "id": 123, "queue": "<string>", "try": 123, "payload": [ "<string>" ], "status": "QUEUED", "runAt": "<string>", "lastRanAt": "<string>", "createdAt": "<string>", "hash": "<string>" }, "retryAfter": 123 }
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
表示 子属性
[]byte
Represented as uint8 on the server side
QUEUED
PAUSED
FAILED
COMPLETED
このページは役に立ちましたか?