Supported Blockchains
The Rarible Protocol aims to offer extensive support for various chains with active developer communities. The table below illustrates the current chains that it supports and their state.
Currently supported chains and testnets
When using the API for making calls for mainnet, you can specify the desired chain(s) using the Query parameter blockchain
for https://api.rarible.org/
Chain | type | blockchain ID | Status |
---|---|---|---|
Ethereum | Mainnet | "ETHEREUM" | Live |
Polygon | Mainnet | "POLYGON" | Live |
Mantle | Mainnet | "MANTLE" | Live |
IMX | Mainnet | "IMMUTABLEX" | Live |
Flow | Mainnet | "FLOW" | Live |
Arbitrum One | Mainnet | "ARBITRUM" | Live |
Chiliz | Mainnet | "CHILIZ" | Coming soon (Q4 23) |
LightLink | Mainnet | "LIGHTLINK" | Coming soon (Q4 23) |
zkSync | Mainnet | "ZKSYNC" | Coming soon (Q4 23) |
Astar zkEVM | Mainnet | "ASTARZKEVM" | Coming soon (Q4 23) |
Base | Mainnet | "BASE" | Coming soon (Q1 24) |
When using the API for making calls for testnet, you can specify the desired chain(s) using the Query parameter blockchain
for https://testnet-api.rarible.org/
Chain | type | blockchain ID | Status |
---|---|---|---|
Ethereum Goerli | Testnet | "ETHEREUM" | Live |
Polygon Mumbai | Testnet | "POLYGON" | Live |
Mantle | Testnet | "MANTLE" | Live |
IMX | Testnet | "IMMUTABLEX" | Live |
Flow | Testnet | "FLOW" | Live |
Arbitrum Sepolia | Testnet | "ARBITRUM" | Live |
Astar zkEVM | Testnet | "ASTARZKEVM" | Live |
Chiliz | Testnet | "CHILIZ" | Coming soon (Q4 23) |
LightLink | Testnet | "LIGHTLINK" | Coming soon (Q4 23) |
zkSync | Testnet | "ZKSYNC" | Coming soon (Q4 23) |
Base | Testnet | "BASE" | Coming soon (Q1 24) |
If you wish to request support for a specific chain or network, please don't hesitate to contact us at Discord.
Updated 11 days ago