Top Questions About Zerion API
The answers to the most common questions developers ask when evaluating Zerion API.
Building onchain means dealing with dozens of blockchains, thousands of protocols, and the endless list of tokens. Zerion API takes care of all that complexity. But there are still lots of questions.
Below are answers to the most common questions developers ask when evaluating Zerion API.
What chains do you support?
Zerion API supports 38+ blockchain networks, including Major EVM chains, such as:
… and many others. The up-to-date list of supported chains is on this page.
Among non-EVM chains, Zerion API supports Solana, using the same endpoints and schema as for EVM chains. This means you won’t need separate handling for Solana and EVM.
The complete and current list of supported chains is also available via the chains endpoint.
What DeFi protocols do you support?
Zerion API tracks 8,000+ DeFi protocols across all supported chains. This includes:
- Lending platforms (Aave, Compound, Morpho, etc.)
- DEXs and liquidity pools (Uniswap, Curve, Balancer, Aerodrome, etc.)
- Staking contracts (Lido, Binance staked ETH, Rocket Pool, etc)
- Yield aggregators
- Vesting contracts
Position types tracked include: deposit, loan, locked, staked, reward, investment positions, and wallet (i.e. held directly, not in a protocol).
The full list of supported protocols is available via the dapps endpoint.
Can Zerion API handle both EVM and Solana?
Yes. Zerion API provides unified coverage for both EVM chains and Solana through a single API interface.
This reduces complexity through:
- Unified schema across EVM and Solana, no chain-specific handling required,
- Consistent metadata across all chains,
- One vendor for both ecosystems, eliminating the need for separate integrations.
What are the rate limits for Zerion API?
Rate limits vary by plan, which you can choose in Zerion API Dashboard.
- Developer (Free): 10 requests per second (RPS)
- Builder: 50 RPS
- Startup: 300 RPS
- Enterprise: 1,000+ RPS
Exceeding rate limits returns HTTP 429 status code (too many requests error).
How fast are response times?
Zerion API delivers sub-second response times for most queries:
- Portfolio and balance queries: Typically under 1 second
- Cached data: Returns immediately
- API response times: Millisecond-level latency
- Optional
sync=trueparameter: Triggers real-time refresh (can take up to 30 seconds for full chain sync)
The API is optimized specifically for wallet UI loading scenarios where a fast initial render is critical. That's the main reason why Bungee chose Zerion API.
What's your maximum call volume per month?
The maximum number of requests per month depends on your subscription plan in the API Dashboard.
- Developer (Free): 2000 calls per month
- Builder: 250,000 calls per month
- Startup: 1,000,000
- Growth: 2,500,000
- Enterprise: 2,000,000+
Enterprise customers can scale significantly beyond standard limits.
How fresh is the data in Zerion API?
In Zerion API, data updates within milliseconds of new blocks being confirmed:
- Near real-time data across all supported tokens
- Cached responses return instantly; use
sync=truefor fresh onchain data - Webhook subscriptions available for real-time transaction monitoring
What is the pricing for Zerion API?
The subscription price depends on the plan in API dashboard.
- Developer: Free forever after adding a card for verification
- Builder: $149/month
- Startup: $499/month
- Growth: $999/month
- Enterprise: Custom pricing agreement
Subscriptions are paid automatically with a card via Stripe. Enterprise plans also accept crypto payments (USDC/stablecoins).
Do you offer discounts for volume?
Enterprise pricing is custom and negotiated based on usage. Please contact [email protected] to discuss:
- High-volume pricing
- Custom rate limits
- Specific throughput requirements
- Extended SLAs
How quickly can we integrate Zerion API and go live?
Integration is designed to be fast:
- A self-service developer dashboard lets you create API keys and start building in minutes
- Free development keys are available immediately
- Interpreted data (portfolio, positions, transactions) reduces integration time compared to building from raw blockchain data
- Enterprise customers receive dedicated support for faster onboarding
Case study: OpenSea shipped token trading features 3 months faster using Zerion API's comprehensive token data.
Typical integration involves:
- Get API key from developers.zerion.io
- Make authenticated requests (HTTP Basic Auth)
- Parse standardized API responses
Responses typically already include labels, logos, links, and other metadata that you can use directly in apps without additional enrichment.
Do you offer webhooks?
Yes. Zerion API supports webhook-based subscriptions for real-time transaction monitoring.
Features include:
- Transaction subscriptions with callback URL configuration
- Callback management for webhook endpoints
- Real-time notifications when transactions occur
Unlike most other providers, Zerion API’s subscriptions listen to new transactions across all supported chains.
How is P&L calculated?
Zerion API calculates onchain PnL using the FIFO (First In, First Out) accounting standard.
Metrics in the API response include:
- Realized Gain. Gain (or loss) from sold assets. Earliest purchases matched with earliest sales (FIFO).
- Unrealized Gain. Potential gain on unsold assets. Current market value minus cost basis (FIFO).
- Net Invested Amount. Total invested in assets not yet sold (FIFO).
- Total Fees. Sum of all transaction fees from asset trades.
- Received External. Cumulative value of assets received from other wallets.
- Sent External. Cumulative value of assets received from other wallets.
- Sent for NFTs / Received for NFTs. Separate tracking for amounts sent/received in NFT transactions.
You can filter PnL responses:
- By specific chains
- By fungible asset IDs (max 100)
- By fungible implementations (
chain:addresspairs, max 100)
Assets without available prices are automatically excluded from calculations.
Do you have historical balance data?
Yes, Zerion API provides historical data through:
- Balance charts showing wallet value over time
- Transaction history with decoded operations across all supported chains
The API supports chart data for both individual assets and overall wallet performance, enabling portfolio trackers and tax/reporting tools to pull historical data for analysis.
Try it in action
The best way to see if Zerion API is for you is to get a free API key and try it.
And if you have any other questions, send an email to [email protected].