cURL
curl --request GET \ --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/withdrawals/{withdrawalId} \ --header 'x-api-key: <api-key>'
{ "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" }
Retrieve the details of a single withdrawal by its ID. All withdrawal requests require approved KYC.
"9aeb160d-ace3-4f42-b7f9-be38650b4b22"
Successful response