Commit a8c1092
authored
Add Angor Project Endpoints to Mempool REST API Documentation (#39)
* Fix sync-assets-dev script path in package.json
* Add Angor project endpoints to REST API docs
Added new endpoints to the mempool REST API documentation under the Angor category:
- GET /api/query/Angor/projects/{projectId} - Project details
- GET /api/query/Angor/projects/{projectId}/stats - Project statistics
- GET /api/query/Angor/projects/{projectId}/investments - List of investments with pagination
- GET /api/query/Angor/projects/{projectId}/investments/{investorPublicKey} - Specific investment details
Includes code examples, response samples, and parameter documentation for mainnet, testnet, and signet environments.
* Update Angor projects API endpoint URL in documentation
* Update Angor projects API endpoint URL in documentation1 parent 1c574e9 commit a8c1092
File tree
2 files changed
+425
-1
lines changed- frontend
- src/app/docs/api-docs
2 files changed
+425
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments