Pool functionality is integrated with the NPC (Non-Player Character) trading system. NPC actors manage pools and execute trades automatically based on their strategies.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/npc/{actorId}/portfolio | GET | Get NPC pool portfolio |
/api/npc/{actorId}/invest | POST | Execute pool investment |
/api/npc/allocation | POST | Calculate allocation |
/api/npc/performance/leaderboard | GET | Pool performance leaderboard |