GET
/
oracles
/
{chainId}
/
paymentTokens
curl --request GET \
  --url https://api.gelato.digital/oracles/{chainId}/paymentTokens
{
  "paymentTokens": [
    "<string>"
  ]
}

Path Parameters

chainId
number
required

Id of the chain where payments tokens are retrieved

Response

200
application/json

Successful Retrieval

The response is of type object.