API Access

Build with our API

Generate API tokens for programmatic access. Build integrations, automate workflows, and let AI agents interact with your portfolio.

API Example

# List your portfolios
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://api.myhold.app/v1/portfolios
# Response
{
  "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

1

Generate a token

Go to Settings → API and generate a personal API token.

2

Read the docs

Explore the OpenAPI documentation to understand available endpoints.

3

Make requests

Use the token in the Authorization header to access your portfolios, wallets, and more.

4

Build integrations

Connect your portfolio data to spreadsheets, bots, dashboards, or AI agents.

Automate your portfolio management

Get API access and build integrations. Free tier available.