REST API
A comprehensive list of CDP APIs offered across the networks we support, along with their corresponding testnets.Base
| API | Base Mainnet | Base Sepolia |
|---|---|---|
| Addresses | ✅ | ✅ |
| Assets | ✅ | ✅ |
| Faucet | - | ✅ |
| Networks | ✅ | ✅ |
| Paymaster | ✅ | ✅ |
| Send | ✅ | ✅ |
| Smart Contract Interactions | ✅ | ✅ |
| Smart Contract Events | ✅ | - |
| Staking | - | - |
| Trades | ✅ | - |
| Wallet API | ✅ | ✅ |
| Webhooks | ✅ | ✅ |
Ethereum
| API | Ethereum Mainnet | Ethereum Sepolia | Ethereum Holesky | Ethereum Hoodi |
|---|---|---|---|---|
| Addresses | ✅ | ✅ | - | ✅ |
| Assets | ✅ | ✅ | ✅ | - |
| Faucet | - | ✅ | ✅ | - |
| Networks | ✅ | ✅ | ✅ | - |
| Paymaster | - | - | - | - |
| Send | ✅ | ✅ | ✅ | - |
| Smart Contract Interactions | ✅ | - | - | - |
| Smart Contract Events | ✅ | - | - | - |
| Staking | ✅ | - | ✅ | ✅ |
| Trades | ✅ | - | - | - |
| Wallet API | ✅ | ✅ | - | - |
| Webhooks | - | - | - | - |
Solana
| API | Solana Mainnet | Solana Devnet |
|---|---|---|
| Addresses | - | - |
| Assets | - | - |
| Faucet | - | - |
| Networks | - | - |
| Paymaster | - | - |
| Send | - | - |
| Smart Contract Interactions | - | - |
| Smart Contract Events | - | - |
| Staking | ✅ | ✅ |
| Trades | - | - |
| Wallet API | - | - |
| Webhooks | - | - |
Others
We also support Arbitrum and Polygon.| API | Arbitrum Mainnet | Polygon Mainnet |
|---|---|---|
| Addresses | ✅ | ✅ |
| Assets | ✅ | ✅ |
| Faucet | - | - |
| Networks | ✅ | ✅ |
| Paymaster | - | - |
| Send | ✅ | ✅ |
| Smart Contract Interactions | ✅ | ✅ |
| Smart Contract Events | - | - |
| Staking | - | - |
| Trades | ✅ | ✅ |
| Wallet API | ✅ | ✅ |
| Webhooks | - | - |
JSON-RPC API
CDP Node provides free, rate-limited RPC endpoints built for Base and the Base Sepolia testnet. Free users are limited to approximately 50 requests per second. Please reach out in #node on our CDP Discord to request a limit increase.Base
Network identifiers
The following table shows the network identifiers necessary for constructing requests to various CDP APIs:| Network | EVM Chain ID | HTTP API Identifier | JSON-RPC API Identifier |
|---|---|---|---|
| Arbitrum Mainnet | 42161 (0xa4b1) | arbitrum-mainnet | arbitrum |
| Base Mainnet | 8453 (0x2105) | base-mainnet | base |
| Base Sepolia | 84532 (0x14a34) | base-sepolia | base-sepolia |
| Bitcoin Mainnet | - | bitcoin-mainnet | bitcoin |
| Ethereum Holesky | 17000 (0x4268) | ethereum-holesky | - |
| Ethereum Hoodi | 560048 (0x88bb0) | ethereum-hoodi | - |
| Ethereum Mainnet | 1 (0x1) | ethereum-mainnet | ethereum |
| Optimism Mainnet | 10 (0xa) | optimism-mainnet | optimism |
| Polygon Mainnet | 137 (0x89) | polygon-mainnet | polygon |
| Solana Devnet | - | solana-devnet | - |
| Solana Mainnet | - | solana-mainnet | - |