Build with our API
Generate API tokens for programmatic access. Build integrations, automate workflows, and let AI agents interact with your portfolio.
API Example
{
"data": [
{
"id": "portfolio_001",
"name": "My Crypto Portfolio",
"walletCount": 3,
"totalValue": 65650
}
]
}Example API request and response
These are the same components used in the actual app. Sign up free to use them with your real data.
Why API Access?
Token-Based Auth
Generate secure API tokens from your settings page. Revoke anytime.
REST API
Standard REST endpoints with consistent JSON responses. Easy to integrate with any language.
Agent-Friendly
Designed for AI agents. Machine-readable responses that automated systems can parse reliably.
OpenAPI Docs
Full Swagger/OpenAPI documentation with interactive endpoint testing.
How It Works
Generate a token
Go to Settings → API and generate a personal API token.
Read the docs
Explore the OpenAPI documentation to understand available endpoints.
Make requests
Use the token in the Authorization header to access your portfolios, wallets, and more.
Build integrations
Connect your portfolio data to spreadsheets, bots, dashboards, or AI agents.