curl --request POST \
--url https://api.bullring.finance/v2/ramp/{subaccountId}/banking/offramp/quote \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"from": {
"asset": "USDC",
"chain": "ETH-SEPOLIA"
},
"to": {
"amount": 100,
"currency": "USD",
"payment_rail": "ACH"
}
}
'{
"type": "offramp",
"from": {
"amount": "1.9314250621947842",
"asset": "USDC",
"network": "CELO-SEPOLIA"
},
"to": {
"currency": "brl",
"gross_amount": "10",
"net_amount": "9.96",
"recipient_id": "540bbfd8-9bd6-4098-835b-840b63785597"
},
"pricing": {
"fx_rate": "5.1775242",
"fees": {
"offramp_fee": "0.04",
"offramp_fee_currency": "brl"
}
}
}Offramp
Get Offramp Quote
Get a quote to offramp crypto to fiat. This does not affect your Bullring balance. Existing non-named offramp behavior is unchanged. USD offramps can include payment_rail under to. Named withdrawals currently support USD offramps only, require a business recipient identified by business_name with beneficiary_date_of_formation, beneficiary_country_of_formation, and beneficiary_national_identification_number, and support only WIRE and SWIFT. RTP, SAME_DAY_ACH, and ACH remain supported only for non-named USD flows where applicable.
POST
/
v2
/
ramp
/
{subaccountId}
/
banking
/
offramp
/
quote
curl --request POST \
--url https://api.bullring.finance/v2/ramp/{subaccountId}/banking/offramp/quote \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"from": {
"asset": "USDC",
"chain": "ETH-SEPOLIA"
},
"to": {
"amount": 100,
"currency": "USD",
"payment_rail": "ACH"
}
}
'{
"type": "offramp",
"from": {
"amount": "1.9314250621947842",
"asset": "USDC",
"network": "CELO-SEPOLIA"
},
"to": {
"currency": "brl",
"gross_amount": "10",
"net_amount": "9.96",
"recipient_id": "540bbfd8-9bd6-4098-835b-840b63785597"
},
"pricing": {
"fx_rate": "5.1775242",
"fees": {
"offramp_fee": "0.04",
"offramp_fee_currency": "brl"
}
}
}