Fetch a project's statistical information based on the id
GET
/projects/{id}/stats
Fetch a project's statistical information based on the id.
Path parameters
-
id string Required
Resource ID
Query parameters
-
status string
Filter project orders by status. Values: open, paid, settled, cancelled
GET /projects/{id}/stats
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/projects/{id}/stats
Response example (200)
{
"total_invested": 42.0
}