Fetch a User Payout details based on the id

GET /payouts/{payout_id}/user_payouts/{id}

Fetch a User Payout details based on the id.

Path parameters

Responses

GET /payouts/{payout_id}/user_payouts/{id}
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/payouts/{payout_id}/user_payouts/{id}
Response examples (200)
{
  "id": "string",
  "user_id": "string",
  "token_amount": 42.0,
  "payout_amount": 42.0,
  "wallet_address_id": "string",
  "wallet_address": "string",
  "created_at": "string"
}