What is a network?
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.
Payments APIs Network Support
By product
Payment API features vary depending on whether you’re using Coinbase Business or Coinbase Prime.Accounts: In Production, Coinbase Business and Coinbase Prime both support creating accounts via CDP Portal, not APIs. The Accounts API is for listing and viewing account details.Payment Methods: Currently only available for Coinbase Prime accounts linked to CDP. Payment methods allow you to transfer funds to external bank accounts via Fedwire (domestic USD) or SWIFT (international).
By asset and network
Use the Network identifier when specifying a network in API requests.EVM Networks
Non-EVM Networks
Use cases
Mainnets vs. Testnets
Mainnets vs. Testnets
- 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
Mainnets
Use mainnets for production-grade transactions and interactions using CDP APIs:- Sending real crypto funds (e.g., withdrawals, payments)
- Interacting with live DeFi protocols (such as staking)
- Reading onchain data for dashboards, analytics, etc.
Testnets
Use testnets for development, testing, or QA with no real funds involved:- Testing smart contract deployments before mainnet launch
- Simulating workflows (like login, staking, etc.) with testnet funds
- Continuous Integration tests that run contract calls
- Demo purposes for sandbox environments
Layer 2s
Use Layer 2s, such as the Base network, for lower fees and faster transactions:- Powering gas-efficient wallets or dapps
- Game or social app activity (frequent, low-cost interactions)
- Bridging assets between networks
What to read next
- Authentication: Set up API keys for CDP
- Quickstart: Build your first onchain app
- Demo Apps: Explore sample applications