Documentation Index
Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt
Use this file to discover all available pages before exploring further.
Staking Overview
Base URLs
- User API:
/api/v1/staking - Admin API:
/api/admin/v1/staking
Response Envelope
Staking follows the shared NexFi business response convention:Product Modes
aggregatedvault
First-wave protocols
LidoAaveNexFi Vault
ether.fiMorphoEigenLayerecosystem
Endpoint Map
| Domain | Method | Path | Description |
|---|---|---|---|
| Catalog | GET | /api/v1/staking/products | Product list |
| Catalog | GET | /api/v1/staking/products/{id} | Product detail |
| Position | GET | /api/v1/staking/positions | User positions |
| Order | GET | /api/v1/staking/orders | User order list |
| Transaction | POST | /api/v1/staking/transactions/build | Build subscribe or redeem tx |
| Order | POST | /api/v1/staking/orders | Create platform order |
| Order | GET | /api/v1/staking/orders/{id} | Order detail |
| Vault | GET | /api/v1/staking/vaults/{id}/preview | Vault preview |
| Admin | GET | /api/admin/v1/staking/products | Admin product list |
| Admin | POST | /api/admin/v1/staking/products | Create or update product |
| Admin | POST | /api/admin/v1/staking/products/{id}/status | Update product status |