Pools API
Manage funding pools within rounds.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/pools | List all pools |
GET | /api/v1/pools/{id} | Get pool by ID |
POST | /api/v1/pools | Create a new pool |
PUT | /api/v1/pools/{id} | Update a pool |
DELETE | /api/v1/pools/{id} | Delete a pool |