This guide provides an overview of the networks supported by CDP APIs. Skip to the network identifiers section to view a high-level list, but keep in mind supported networks vary by CDP tool or feature, as detailed in this guide.
What is a network?
A network is the blockchain infrastructure supporting transactions, dapps, and smart contracts, with its own rules, consensus mechanism, and native tokens. For example, wallets, addresses, and assets are created on a specific network.
In addition to our SDK, we provide REST and JSON-RPC APIs for more granular management of your resources and onchain data. Individual API capabilities vary by network.
Use our Onramp API to interact with various networks and make it easier for you to move money seamlessly between fiat and onchain economies.
Click to expand networks supported by Onramp
ADA
Akash
Aleo
Algorand
Aptos
Arbitrum
Avalanche C-Chain
Axelar
Base
Bitcoin
Bitcoin Cash
Blast
Celestia
Celo Gold
Coredao
Cosmos
Dash
Dogecoin
EOS
Ethereum
Ethereum Classic
Filecoin
Flare
Flow
Hedera
Horizen
Internet Computer Protocol
Kava
Kusama
LayerZero
Litecoin
Mina
MultiversX
Near
Noble
Oasis
Optimism
Osmosis
Polkadot
Polygon
Ronin
Sei
Solana
Stacks
Stellar
Sui
Tezos
Vara
VeChain
XRPL
Zcash
ZKsync
To fetch the most up-to-date list of supported countries and payment methods, use Onramp’s Config API endpoint. It returns a JSON object detailing Onramp-supported regions, along with available payment options for each location.
Mainnet: Live, fully operational blockchain with real transactions and actual assets
Testnets: Sandbox environments for testing smart contracts, dapps, and other blockchain functionality without risking real funds. You can obtain test currencies from faucets
Both our REST APIs and JSON-RPC APIs serve distinct purposes are are optimized for different use cases:
REST APIs: Ideal for retrieving structured data, such as transaction histories, supported countries, or payment methods
JSON-RPC APIs: Ideal for those needing granular control over onchain data or for performing complex operations
You should use our REST APIs for working with structured data and predefined resources, and our JSON-RPC APIs for onchain data and operations where you need historical balances or the ability to perform batch requests.