cURL
curl --request GET \ --url https://api.example.com/rewards/payout-groups \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "ledger": "<string>", "asset_type": "<string>", "rate_id": "<string>", "jurisdiction": "<string>", "claimer_address": "<string>", "onchain_status": "<string>", "balance": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "manager_address": "<string>", "destination_address": "<string>", "onchain_group_id": "<string>", "balance_at": "2023-11-07T05:31:56Z", "last_claim_all_at": "2023-11-07T05:31:56Z" } ], "next_page_cursor": "<string>" }
Retrieves a list of payout groups.
rewards:read_payout_groups
The access token received from the authorization server in the OAuth 2.0 flow.
A successful response.
Payout groups in this page of results.
Show child attributes
Was this page helpful?