Fetch a project snapshot details based on the id

GET /projects/{project_id}/snapshots/{id}

Fetch a project snapshot details based on the id.

Path parameters

Responses

GET /projects/{project_id}/snapshots/{id}
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/projects/{project_id}/snapshots/{id}
Response examples (200)
{
  "id": "string",
  "asset_id": "string",
  "count": 42.0,
  "total_amount": 42.0,
  "balances": [
    {
      "account": "string",
      "balance": 42.0
    }
  ]
}