Fetch all User Payouts for given Payout
GET
/payouts/{payout_id}/user_payouts
Fetch all User Payouts for given Payout.
Path parameters
-
payout_id string Required
Payout id
GET /payouts/{payout_id}/user_payouts
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/payouts/{payout_id}/user_payouts
Response example (200)
[
{
"id": "string",
"user_id": "string",
"token_amount": 42.0,
"payout_amount": 42.0,
"wallet_address_id": "string",
"wallet_address": "string",
"created_at": "string"
}
]