Skip to main content
The Stake2Earn Data API exposes read-only indexed data for Stake2Earn vault discovery, aggregate analytics, vault filters, and leaderboard views.
The checked-in Stake2Earn OpenAPI file does not declare a rate limit. Treat the API as a read-only discovery and dashboard source, and use on-chain stake_for_fee accounts as the source of truth for transaction construction.

Base URLs

The checked-in OpenAPI file is based on the production Swagger spec. The production spec references a vault-detail schema that is omitted from the live components; the local checked-in file includes the observed production vault-detail response fields so generated docs can resolve the endpoint.

Analytics

get_all_analytics

Returns aggregate Stake2Earn counts and USD stake totals using GET /analytics/all

Vaults

get_all_vaults

Returns all indexed Stake2Earn vaults using GET /vault/all

filter_vaults

Returns vaults filtered by pool address using GET /vault/filter

get_one_vault

Returns one vault and its top-list holders using GET /vault/{vault_address}

Query Parameters

Common Vault Fields

Vault list responses include:

Vault Detail Fields

GET /vault/{vault_address} returns the common vault fields plus top_lists.

API Or On-Chain Data