Returns the authenticated tenant’s user portfolios with cursor-based pagination.
Returns all portfolios owned by the authenticated tenant — identity, strategy, per-chain smart accounts, and rebalance schedule state. Real-time balances and USD values are served byDocumentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
GET /v2/portfolios/{portfolioId}/positions; keep them separate so list
polling stays cheap.
x-api-key header (required)portfolios:readeip155:0:<address>
(the same EOA works on every EIP-155 chain). Smart accounts are chain-bound
(eip155:<chainId>:<address>) because a smart account exists only at that
(chain, address) tuple. Raw addresses and numeric chain IDs never appear on
the wire. Owners are EVM EOAs today.
Results are cursor-paginated in createdAt descending order. Pass the
nextCursor value from the previous response as the cursor query
parameter to fetch the next page. nextCursor is null when there are no
more results. Archived portfolios are excluded.
eip155:0:0x<address>. Mixed-case input is accepted; the address part is
normalized to lowercase.POST /v2/strategies).active, paused. When set,
portfolios without a schedule are excluded.400 when a filter value is malformed (invalid CAIP-10, unknown status enum, bad cursor) or limit is out of range401 when x-api-key header is missing or the key is invalid403 when the API key lacks the portfolios:read scope500 on unexpected server errors