Skip to main content
GET
/
v2
/
ramp
/
{subaccountId}
/
banking
/
onramp
/
{onrampId}
Get One Onramp
curl --request GET \
  --url https://api.bullring.finance/v2/ramp/{subaccountId}/banking/onramp/{onrampId} \
  --header 'x-api-key: <api-key>'
{
  "id": "f7009e0e-73f4-44cb-8f51-d30073f57716",
  "status": "pending",
  "type": "onramp",
  "from": {
    "amount": "92.02980267",
    "currency": "BRL"
  },
  "to": {
    "asset": "STABLE_SATS",
    "gross_amount": "92.80822735283428",
    "net_amount": "92.02980267",
    "address": "[email protected]"
  },
  "pricing": {
    "fx_rate": "0.18561645",
    "fees": {
      "onramp_fee": "1.5",
      "onramp_fee_currency": "brl",
      "network_fee": "2.6937267",
      "network_fee_asset": "STABLE_SATS"
    }
  },
  "settlement": {
    "collection_id": "935c7d74-9e23-4cff-9b9c-0eab9d76461e"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required
onrampId
string
required

Response

200 - application/json

Successful response

id
string
status
string
type
string
from
object
to
object
pricing
object
settlement
object