Skip to main content
GET
/
v1
/
ramp
/
{subaccountId}
/
banking
/
withdrawals
/
{withdrawalId}
Get One Withdrawal
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"
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required
withdrawalId
string
required
Example:

"9aeb160d-ace3-4f42-b7f9-be38650b4b22"

Response

Successful response

id
string<uuid>
amount
string
currency
string
status
string
created_at
string<date-time>
protocol
string
description
string | null
chain
string
local_currency
string
local_amount
string
destinationAddress
string
tx_hash
string | null
destination_tag
string | null
fee_amount
string
fee_currency
string
rate
number
gross_amount
number
destination_address
string