POST
/
rpc
/
Relayer
/
FeeTokens
curl --request POST \
  --url https://amoy-relayer.sequence.app/rpc/Relayer/FeeTokens \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{}'
{
  "isFeeRequired": true,
  "tokens": [
    {
      "chainId": 123,
      "name": "<string>",
      "symbol": "<string>",
      "type": "UNKNOWN",
      "decimals": 123,
      "logoURL": "<string>",
      "contractAddress": "<string>",
      "tokenID": "<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 ยท object

The body is of type object.

Response

200
application/json
OK
isFeeRequired
boolean
tokens
object[]

[]FeeToken