IBExWalletAPI
Blockchain Operations

Chains

List active blockchain networks and their enabled modules.

GET
/v1.2/chains

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://passkeys-testnet.ibex.fi/v1.2/chains/" \
  -H "Authorization: Bearer <token>"

Default Response

[
  {
    "id": 100,
    "name": "Gnosis",
    "modules": {
      "billing": true,
      "cowswap": true,
      "recovery": false,
      "automation": false
    }
  }
]