Skip to main content
GET
/
config
/
chains
Get supported chains
curl --request GET \
  --url https://app.elata.bio/api/config/chains \
  --header 'Authorization: Bearer <token>'
{
  "chains": [
    {
      "id": 123,
      "name": "<string>",
      "rpcHints": [
        "<string>"
      ],
      "explorerUrl": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

SIWE-issued JWT, scoped to a wallet address. Obtain via Sign-In With Ethereum (EIP-4361) against app.elata.bio. Required for personalized Portfolio and Rewards endpoints. The sub claim is the wallet address; a request whose path {address} does not match the sub is rejected.

Response

200 - application/json

Supported chains.

chains
object[]