Popular quickstarts
- Wallet Data
- Transactions
- Market Data
- Trading
Get a wallet portfolio
Total value, position breakdown, and daily changes for any address.
List fungible positions
Every token a wallet holds with quantities and USD values.
View DeFi positions
Lending, staking, and liquidity positions across protocols.
NFT positions
NFT holdings with metadata, floor prices, and collection info.
Make your first request
Get your API key
Sign up at dashboard.zerion.io and create an API key from the dashboard. It’s free to start.
Try it from the docs
The fastest way to test the API is right here in the docs. Open any API reference page, click Try it, enter your API key in the Username field, leave Password empty, and hit Send.
Make a request from your code
The API uses HTTP Basic Auth — your API key is the username, password is empty. Let’s fetch a wallet portfolio:
Understand the response
The API returns data in JSON:API format. Every response has a List endpoints return a
data object with type, id, and attributes:data array and support pagination.Next steps
Authentication
API key encoding and security best practices.
Pagination & Filtering
Cursor pagination, filters, sorting, and currency options.
Recipes
Step-by-step guides for common use cases.
Rate Limits
Plan quotas, retry guidance, and usage headers.
Supported Blockchains
Full list of supported chains and feature coverage.