API & Developers

Try a Portfolio API Without an API Key

Authless lets you check any EVM portfolio and visualise transactions with no account, no key and no server-side storage — useful for evaluating coverage fast.

Octav Team2 min read
Banner: Test a portfolio API with no API key

The slowest part of evaluating a portfolio API is usually not the integration. It is getting a key: a signup, a sales call, a trial that starts before you have had time to test anything.

Octav Authless removes that step. Paste an EVM address, see the decoded portfolio and its transactions. No account, no key, no server-side storage of what you looked up.

What it is for

Checking coverage before you commit. The only evaluation that matters is whether an API sees what your wallets actually hold. Authless lets you run that test in a minute rather than a week — take an address you understand and see whether the lending, LP and staking positions appear.

Explaining a wallet to someone. Sending a colleague a decoded portfolio view is more useful than a block explorer link, which shows transactions rather than positions.

Debugging. When a portfolio number looks wrong in your own integration, Authless gives you an independent read of the same address without touching your key or your credit balance.

What it is not

It is not the product. Deliberately:

AuthlessThe API
EVM addressesEVM, Solana, Hyperliquid
A UIJSON in your own systems
No historyHistorical and snapshot data
No rate guarantees360 requests/minute, defined caching
Nothing storedSubscriptions, credits, sync status

If you are building on the data, you want the API. Authless exists to answer "is this worth integrating" honestly and quickly.

The test worth running

Take a wallet whose contents you can verify independently — ideally one with a lending position and something staked — and check three things:

  1. Does the total match what you know is there?
  2. Are protocol positions decoded, or only tokens listed?
  3. Are the transactions labelled with protocol and action, or just hashes?

Question 1 is the whole evaluation. The failure mode across this category is not an error, it is a plausible number missing a sector — the subject of Why Portfolio APIs Disagree About Net Worth.

Then run the same wallet through a competitor. That is the exercise our nine-provider benchmark automates, and you can reproduce a slice of it by hand in ten minutes.

Where it sits

Authless is one of several free, no-commitment entry points — alongside Octav Perps for funding rates and the protocols explorer for coverage. The full map is in Every Octav Tool and When to Use It.

For the paid path and what it costs, see How to Choose a Crypto Portfolio API.

Keep reading

  • Banner: How to choose a crypto portfolio API
    API & Developers

    How to Choose a Crypto Portfolio API

    A buyer's guide to evaluating crypto portfolio APIs — the tests to run, the questions vendors dislike, and the trade-offs between coverage, cost and latency.

    2 min read

  • Banner: Every Octav API endpoint, with credits and limits
    API & Developers

    Crypto Portfolio API Endpoint Reference

    Every Octav API endpoint with its parameters, credit cost and response, plus authentication, rate limits and caching behaviour for building on portfolio data.

    2 min read

  • Banner: Pull a multi-chain portfolio in one request
    API & Developers

    How to Pull Portfolio Data From a Crypto API

    A practical walkthrough of fetching multi-chain wallet balances, protocol positions and transaction history from a crypto portfolio API, with worked examples.

    1 min read