Fetch a project's statistical information based on the id
Fetch a project's statistical information based on the id.
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
}