List Venues
Venues
List Venues
GET /v1/venues — Discover yield venues and strategies
GET
List Venues
Documentation Index
Fetch the complete documentation index at: https://docs.rebelfi.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint:
GET https://api.rebelfi.io/v1/venuesQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
blockchain | string | No | Filter by blockchain: solana, polygon, ethereum, or base |
token | string | No | Filter by token symbol (e.g., USDC) |
supportsGasSponsorship | boolean | No | When true, only returns strategies compatible with gas-sponsored wallets. Venues with no compatible strategies are omitted. |
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
venues | Venue[] | List of venues |
count | number | Total number of venues |
strategyCount | number | Total strategies across all venues |
Venue Object
| Field | Type | Description |
|---|---|---|
id | number | Venue identifier |
name | string | Display name |
protocol | string | Protocol identifier |
blockchain | string | Blockchain network |
iconUrl | string? | Venue icon URL |
status | string | active, paused, or deprecated |
strategies | Strategy[] | Available strategies |
Strategy Object
| Field | Type | Description |
|---|---|---|
strategyId | number | Strategy identifier (use for supply/unwind) |
name | string | Display name |
token | string | Token symbol |
tokenAddress | string | Token contract address |
apy | number | Current APY as decimal (0.085 = 8.5%) |
tvl | string? | Total value locked (base units) |
minDeposit | string? | Minimum deposit (base units) |
maxDeposit | string? | Maximum deposit (base units) |
status | string | active or paused |
supportsGasSponsorship | boolean | Whether this strategy works with gas-sponsored wallets |