List staking positions (Paginated)

Returns staking positions with core details: amounts, rewards, status, chain, and vault. It supports cursor-based pagination for efficient data retrieval. This endpoint always returns a paginated response with {data, next} structure.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.

Query Params
string
enum

Protocol identifier to filter positions (e.g., ATOM_COS/AXL/CELESTIA}). If omitted, positions across all supported chains are returned.

string

Filter positions by Fireblocks vault account ID. If omitted, positions across all vault accounts are returned.

int32
required
1 to 100
Defaults to 10

Number of results per page. When provided, the response returns a paginated object with {data, next}. If omitted, all results are returned as an array.

string

Cursor for the next page of results. Use the value from the 'next' field in the previous response.

string
enum
Defaults to DESC

ASC / DESC ordering (default DESC)

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json