Skip to main content
GET
Get strategy details (v2)

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Pods dashboard.

Path Parameters

strategyId
string
required

Strategy ID or slug

Query Parameters

days
integer
default:7
Required range: 7 <= x <= 365
from
string
to
string
wallet
string

Wallet address for position, history, and PnL enrichment

Example:

"0xb794F5eA0ba39494cE839613fffBA74279579268"

historyPage
number
default:1
Required range: x > 0
historyLimit
number
default:100
Required range: 1 <= x <= 500
historyStatus
enum<string>
Available options:
INITIAL,
PENDING,
FAILED,
REFUNDED,
SUCCESS
historyType
string
historyDateFrom
string<date-time>
historyDateTo
string<date-time>
historySortBy
enum<string>
default:createdAt
Available options:
createdAt,
updatedAt,
finishedAt
historySortOrder
enum<string>
default:desc
Available options:
asc,
desc

Response

Enriched strategy details retrieved

Without wallet, returns APY-only strategy detail. With wallet, also returns wallet-scoped history and PnL.

strategy
object
required

Strategy metadata nested in detail and wallet responses (no APY fields at this level)

spotPosition
object
required

Strategy APY metrics enriched with trailing realized APY

rateHistory
object
required

Paginated strategy rate history embedded in a detail response