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

Responses

  • 200

    The project with the id

    Hide response attribute Show response attribute object
  • 401

    Authorization information is missing or invalid.

  • 404

    Resource not found.

GET /projects/{id}/stats
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/projects/{id}/stats
Response examples (200)
{
  "total_invested": 42.0
}