Skip to main content
POST
/
v1
/
ramp
/
subaccount
/
{id}
/
withdrawal-schedule
Set daily withdrawal schedule
curl --request POST \
  --url https://staging-api.bullring.finance/v1/ramp/subaccount/{id}/withdrawal-schedule \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "dailyPayoutTime": "15:00"
}'

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Subaccount ID (UUID)

Body

application/json
dailyPayoutTime
string
required

Daily payout time in 24-hour format (HH:MM) or "off"

Example:

"15:00"

Response

Withdrawal schedule set successfully.