cURL
curl --request GET \ --url https://alphainsider.com/api/getPayouts \ --header 'Authorization: <authorization>'
{ "success": true, "response": [ { "payout_id": "AdcY6qDIBCdnxPCDF1aE4", "provider": "stripe", "user_id": "user_1", "type": "bank", "amount": "972", "fee": "28", "destination": { "address": "6789" }, "status": "paid", "updated_at": "2024-02-05T15:59:39.906Z", "created_at": "2024-02-05T15:59:36.765Z" } ] }
Get payouts.
User API token.
Number of results to return.
Offet by ID. Used for pagination.
Request was successful.