Skip to main content
GET
/
v1
/
ramp
/
{subaccountId}
/
banking
/
conversions
/
{conversionId}
Get Conversion
curl --request GET \
  --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/conversions/{conversionId} \
  --header 'x-api-key: <api-key>'
{
  "id": "d257fc14-5d63-49a4-bcf8-20a2753e6451",
  "fromCurrency": "usd",
  "toCurrency": "ngn",
  "amount": "17.000000000000",
  "feeAmount": "0.000000000000",
  "netAmount": "17.000000000000",
  "estimatedReceived": "10179.600000000000",
  "rate": "598.800000000000",
  "createdAt": "2025-12-16T17:42:32.416Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string<uuid>
required

The unique identifier of the subaccount

conversionId
string<uuid>
required

The unique identifier of the conversion

Response

200 - application/json

Successful response

id
string<uuid>
Example:

"d257fc14-5d63-49a4-bcf8-20a2753e6451"

fromCurrency
string
Example:

"usd"

toCurrency
string
Example:

"ngn"

amount
string
Example:

"17.000000000000"

feeAmount
string
Example:

"0.000000000000"

netAmount
string
Example:

"17.000000000000"

estimatedReceived
string
Example:

"10179.600000000000"

rate
string
Example:

"598.800000000000"

createdAt
string<date-time>
Example:

"2025-12-16T17:42:32.416Z"