Skip to main content
GET
/
v2
/
ramp
/
{subaccountId}
/
banking
/
offramp
/
{offrampId}
Get One 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"
    }
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required
offrampId
string
required

Response

200 - application/json

Successful response

id
string
type
string
status
string
created_at
string<date-time>
from
object
to
object
pricing
object