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/allVaults
get_all_vaults
Returns all indexed Stake2Earn vaults using
GET /vault/allfilter_vaults
Returns vaults filtered by pool address using
GET /vault/filterget_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.

