Documentation Index
Fetch the complete documentation index at: https://docs.orca.so/llms.txt
Use this file to discover all available pages before exploring further.
Protocol Endpoints
Endpoints for retrieving protocol-wide statistics and ORCA token information.Get Protocol Stats
GET
Retrieve overall protocol statistics including TVL, volume, fees, and revenue.
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
tvl | string | Total Value Locked in USDC |
volume24hUsdc | string | 24-hour trading volume in USDC |
fees24hUsdc | string | 24-hour fees collected in USDC |
revenue24hUsdc | string | 24-hour protocol revenue in USDC |
Get ORCA Token Info
GET
Retrieve detailed ORCA token information including price, supply, and volume.
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
symbol | string | Token symbol (ORCA) |
name | string | Token name |
description | string | Token description |
imageUrl | string | URL to token logo |
price | string | Current price in USD |
circulatingSupply | string | Circulating token supply |
totalSupply | string | Total token supply |
stats | object | Trading statistics by time period |
Get Circulating Supply
GET
Retrieve the circulating supply of ORCA tokens (excluding treasury and grants).
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
circulating_supply | string | Circulating supply (excludes treasury and grant allocations) |
Get Total Supply
GET
Retrieve the total minted supply of ORCA tokens.
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
total_supply | string | Total minted tokens (6 decimal places, rounded up) |
The total supply represents all minted ORCA tokens. The circulating supply excludes tokens held in treasury and grant allocations.
