curl --request GET \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/withdrawals/all-balance \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "acbad679-7fcf-44a5-be65-dfa27a824113",
"amount": "12.00000000",
"currency": "USD",
"status": "pending",
"created_at": "2025-11-20T08:26:07.432Z",
"protocol": "erc20",
"description": null,
"chain": "ETH",
"local_currency": "usdt",
"local_amount": "12",
"destinationAddress": "0x22ccb74a200d7b8094b72482edd46e23cbf3af37",
"tx_hash": null,
"destination_tag": null,
"fee_amount": "1.08000000",
"fee_currency": "USD",
"rate": 1,
"gross_amount": 13.08,
"destination_address": "0x***37"
}
],
"count": 1,
"page": 1,
"limit": 10,
"totalPages": 1
}Retrieve a list of all withdrawals for a specific subaccount. All withdrawal requests require approved KYC.
curl --request GET \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/withdrawals/all-balance \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "acbad679-7fcf-44a5-be65-dfa27a824113",
"amount": "12.00000000",
"currency": "USD",
"status": "pending",
"created_at": "2025-11-20T08:26:07.432Z",
"protocol": "erc20",
"description": null,
"chain": "ETH",
"local_currency": "usdt",
"local_amount": "12",
"destinationAddress": "0x22ccb74a200d7b8094b72482edd46e23cbf3af37",
"tx_hash": null,
"destination_tag": null,
"fee_amount": "1.08000000",
"fee_currency": "USD",
"rate": 1,
"gross_amount": 13.08,
"destination_address": "0x***37"
}
],
"count": 1,
"page": 1,
"limit": 10,
"totalPages": 1
}