English
cURL
curl --request GET \ --url https://staging-api.bullring.finance/v1/ramp/subaccount/{id}/withdrawals \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "payoutAmountDueInCrypto": "85.06", "payoutAmountDueCurrency": "usdt", "payoutDueTime": "2025-04-18 17:00", "status": "completed", "bankAccountId": null, "paymentRequestCurrency": "brl", "amountStoreReceives": "496.5", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "page": 1, "limit": 10, "total": 3 } }
Retrieve a list of all withdrawals associated with a subaccount
Subaccount ID (UUID)
List of withdrawals retrieved successfully
Show child attributes