Skip to main content
Get started with the Octav API and make your first request in minutes.
Prerequisites — You’ll need an API key from data.octav.fi. See Authentication for details.

Your First Request

Let’s start by checking your remaining credits - this endpoint is free and perfect for testing authentication.

Response

The credits endpoint returns a simple number indicating your remaining credit balance.
Success! If you see a number, your API key is working correctly.

Fetch a Portfolio

Now let’s retrieve portfolio data for a blockchain address.

Response Structure

Cost: 1 credit per call

Query Transaction History

Retrieve transaction history with pagination and filtering.

Key Parameters

addresses
string
required
Wallet address (EVM or SOL)
limit
integer
required
Number of transactions per page (1-250)
offset
integer
required
Pagination offset
sort
string
Sort order: DESC (newest first) or ASC (oldest first)
Cost: 1 credit per call

Common Patterns

Environment Variables

Store your API key securely in environment variables:

Error Handling

Always handle errors gracefully:

Rate Limit Handling

Respect rate limits with retry logic:

Next Steps

Portfolio Endpoint

Detailed documentation for portfolio data

Nav Endpoint

Detailed documentation for nav data

Transactions Endpoint

Query and filter transaction history

All Endpoints

Explore all available endpoints

Pricing

Understand credit costs

Need Help?

Join Discord

Get help from the community

Contact Support

Reach out to our team