Skip to main content
POST
/
v1
/
ramp
/
subaccount
/
{id}
/
withdrawals
Initiate withdrawal
curl --request POST \
  --url https://staging-api.bullring.finance/v1/ramp/subaccount/{id}/withdrawals \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "payoutAmountDueInCrypto": "85.06",
  "payoutAmountDueCurrency": "usdt",
  "payoutDueTime": "2025-04-18 17:00",
  "status": "completed",
  "bankAccountId": null,
  "paymentRequestCurrency": "brl",
  "amountStoreReceives": "496.5",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Subaccount ID (UUID)

Response

Withdrawal request created successfully

id
string<uuid>
payoutAmountDueInCrypto
string
Example:

"85.06"

payoutAmountDueCurrency
string
Example:

"usdt"

payoutDueTime
string
Example:

"2025-04-18 17:00"

status
string
Example:

"completed"

bankAccountId
string | null
Example:

null

paymentRequestCurrency
string
Example:

"brl"

amountStoreReceives
string
Example:

"496.5"

createdAt
string<date-time>
updatedAt
string<date-time>