Path parameters
-
Project id
GET /projects/{project_id}/payouts
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/projects/{project_id}/payouts
Response examples (200)
[
{
"id": "string",
"project_id": "string",
"name": "string",
"created_at": "string",
"snapshot_at": "string",
"distribution_amount": 42.0,
"taxable_share_bps": 42.0
}
]
Response examples (200)
[
{
"id": "string",
"project_id": "string",
"name": "string",
"created_at": "string",
"snapshot_at": "string",
"distribution_amount": 42.0,
"taxable_share_bps": 42.0
}
]