Skip to main content
GET
/
v1
/
ramp
/
{subaccountId}
/
banking
/
withdrawals
/
all-balance
Get All Withdrawals
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
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required

Response

Successful response

data
object[]
count
integer
page
integer
limit
integer
totalPages
integer