cURL
curl --request GET \ --url https://api.bitnbox.io/v1/payout/list \ --header 'x-api-key: <api-key>'
{ "payout": [ { "status": "<string>", "amount": 123, "merchantAmount": 123, "paidAddress": "<string>", "orderId": "<string>", "customerId": "<string>", "payCurrency": { "name": "<string>" }, "payNetwork": { "name": "<string>" }, "createdAt": "2023-11-07T05:31:56Z", "payoutWallet": { "label": "<string>", "address": "<string>" } } ], "count": 123 }
UNDER DEVELOPMENT
Limit for pagination
Offset for pagination
200
Successful response with list of payouts
List of payouts
Show child attributes
Total count of payouts