POST
/
rpc
/
Relayer
/
GetChainID
curl --request POST \
  --url https://amoy-relayer.sequence.app/rpc/Relayer/GetChainID \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{}'
{
  "chainID": 123
}

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 · object

The body is of type object.

Response

200
application/json
OK
chainID
number