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