Fetch a project's statistical information based on the id
Fetch a project's statistical information based on the id.
Path parameters
-
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 examples (200)
{
"total_invested": 42.0
}
Response examples (200)
{
"total_invested": 42.0
}