curl --request GET \
--url https://api.bullring.finance/v2/ramp/{subaccountId}/banking/offramp/ \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "25ffacb7-6bf0-488d-b578-fa9b97a32e84",
"type": "offramp",
"status": "pending",
"created_at": "2026-01-12T15:07:48.271Z",
"from": {
"amount": "23.36763078",
"asset": "USDC",
"network": "SOL-DEVNET",
"address": "6n3pQZwdFRFRNDFUAsWp2WdsYxBjP1BG8kp94fccSXif"
},
"to": {
"currency": "ghs",
"gross_amount": "250",
"net_amount": "244",
"recipient_id": "2ca1ab9c-88ec-4657-8e37-1f493ab43303"
},
"pricing": {
"fx_rate": "10.69856",
"fees": {
"offramp_fee": "6",
"offramp_fee_currency": "ghs"
}
}
}
],
"count": 1,
"page": 1,
"limit": 20,
"totalPages": 1
}Retrieve a list of crypto withdrawals via offramp for a subaccount.
curl --request GET \
--url https://api.bullring.finance/v2/ramp/{subaccountId}/banking/offramp/ \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "25ffacb7-6bf0-488d-b578-fa9b97a32e84",
"type": "offramp",
"status": "pending",
"created_at": "2026-01-12T15:07:48.271Z",
"from": {
"amount": "23.36763078",
"asset": "USDC",
"network": "SOL-DEVNET",
"address": "6n3pQZwdFRFRNDFUAsWp2WdsYxBjP1BG8kp94fccSXif"
},
"to": {
"currency": "ghs",
"gross_amount": "250",
"net_amount": "244",
"recipient_id": "2ca1ab9c-88ec-4657-8e37-1f493ab43303"
},
"pricing": {
"fx_rate": "10.69856",
"fees": {
"offramp_fee": "6",
"offramp_fee_currency": "ghs"
}
}
}
],
"count": 1,
"page": 1,
"limit": 20,
"totalPages": 1
}Page number for pagination
Number of items per page