curl --request GET \
--url https://api.bullring.finance/v2/ramp/{subaccountId}/banking/offramp/{offrampId} \
--header 'x-api-key: <api-key>'{
"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"
}
}
}Retrieve the status of a crypto withdrawal via offramp.
curl --request GET \
--url https://api.bullring.finance/v2/ramp/{subaccountId}/banking/offramp/{offrampId} \
--header 'x-api-key: <api-key>'{
"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"
}
}
}