List supported chains
API Reference
List Chains
Retrieve all supported blockchain networks with their identifiers and native currencies.
GET
List supported chains
Returns a list of all blockchain networks supported by the Value Transfer API.Documentation Index
Fetch the complete documentation index at: https://docs.layerzero.network/llms.txt
Use this file to discover all available pages before exploring further.
Some supported chains enforce permissioned access and will reject transactions from non-whitelisted wallets. See Permissioned chains for details.
Reference
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
pagination[nextToken] | string | No | Pagination cursor from previous response |
Response
Returns achains array containing chain objects and a pagination object for cursor-based pagination.
Attributes
| Attribute | Type | Description |
|---|---|---|
name | string | Full chain name (for example, Ethereum Mainnet) |
shortName | string | Short display name (for example, Ethereum) |
chainKey | string | Unique chain identifier (for example, ethereum, base) |
nativeCurrency | object | Native currency details |
nativeCurrency.chainKey | string | Chain where currency exists |
nativeCurrency.address | string | Token address for native currency |
nativeCurrency.decimals | number | Decimal places |
nativeCurrency.symbol | string | Currency symbol (for example, ETH) |
nativeCurrency.name | string | Currency name |
chainType | enum | Blockchain type: EVM, SOLANA, STARKNET |
Code examples
- cURL
- TypeScript
- Python
Response
Native token addresses
| Chain type | Native token | Address format | Example |
|---|---|---|---|
| EVM | ETH, MATIC, etc. | Standard address | 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE |
| SOLANA | SOL | Base58 public key | So11111111111111111111111111111111111111112 |
| STARKNET | STRK | Felt252 address | 0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d |
Permissioned chains
Some chains supported by the Value Transfer API enforce permissioned access. Transactions sent to these chains through public RPC endpoints will be rejected unless your wallet has been approved. Check the table below before integrating with these chains.| Chain | Access model | Public RPC restriction | How to get access |
|---|---|---|---|
| Redbelly | Protocol-level KYC via verifiable credentials | governors.mainnet.redbelly.network is read-only; write operations (e.g., sending transactions) are blocked | Apply for whitelisting |