Skip to content

Supported blockchains

IBEx targets EVM networks for Safe smart-account flows. Use the chain identifiers below when configuring API requests.

Chain reference

ChainMainnet IDTestnet IDStatus
Ethereum111155111 (Sepolia)Supported
Arbitrum42161421614 (Sepolia)Supported
Base845384532 (Sepolia)Supported
Polygon13780002 (Amoy)Supported
Gnosis10010200 (Chiado)Supported
BNB Chain5697Work in progress
Solana900901Work in progress

X-Blockchain-Id header

Most IBEx API calls that touch on-chain state or wallet deployment must target a specific network. Send the numeric chain ID in the X-Blockchain-Id HTTP header so the backend routes the request to the correct chain and RPC configuration.

Example:

http
GET /v1/example HTTP/1.1
Host: api.example.com
Authorization: Bearer <token>
X-Blockchain-Id: 11155111

Replace the value with the mainnet or testnet ID from the table above. For work-in-progress chains, confirm availability in your environment before relying on this header.

Further reading