Skip to main content
POST
/
v1
/
ramp
/
{subaccountId}
/
banking
/
withdrawals
/
all-balance
curl --request POST \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/withdrawals/all-balance \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"external_account_id": "f556899a-eea7-4a18-b9e8-6346823a9b06",
"currency": "USD",
"wire_message": "Payment for services"
}'
{
  "id": "11b7cec5-25a1-4076-ad21-707c6d92ac88",
  "amount": "167.7",
  "currency": "USD",
  "status": "pending",
  "created_at": "2025-11-21T16:22:05.325Z",
  "protocol": "wire",
  "description": "Payment for services",
  "local_currency": "USD",
  "local_amount": 167.7,
  "destinationAddress": null,
  "tx_hash": null,
  "destination_tag": null,
  "fee_amount": "16.17",
  "fee_currency": "USD",
  "rate": 1,
  "gross_amount": 183.87
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required

Body

application/json
  • USD Full Balance Withdrawal
  • Stablecoin Full Balance Withdrawal
  • EUR Full Balance Withdrawal
  • BRL Full Balance Withdrawal
  • NGN Full Balance Withdrawal
external_account_id
string
required
currency
enum<string>
required
Available options:
USD
wire_message
string

Response

Successful response

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