Fetch a project payouts's details based on the id
Fetch a project payouts's details based on the id.
Path parameters
-
Project id
-
Resource ID
GET /projects/{project_id}/payouts/{id}
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/projects/{project_id}/payouts/{id}
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
}