Skip to main content
GET
/
v1
/
ramp
/
{subaccountId}
/
banking
/
conversions
Get All Conversions
curl --request GET \
  --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/conversions \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "261cfa71-01ba-43b5-b1e7-9f48a0e86e83",
      "fromCurrency": "usd",
      "toCurrency": "ngn",
      "amount": "17.000000000000",
      "feeAmount": "0.000000000000",
      "netAmount": "17.000000000000",
      "estimatedReceived": "10179.600000000000",
      "rate": "598.800000000000",
      "createdAt": "2025-12-16T18:50:44.576Z"
    },
    {
      "id": "445952df-9346-4d45-9478-3cd24fa25531",
      "fromCurrency": "usd",
      "toCurrency": "ngn",
      "amount": "17.000000000000",
      "feeAmount": "0.000000000000",
      "netAmount": "17.000000000000",
      "estimatedReceived": "10179.600000000000",
      "rate": "598.800000000000",
      "createdAt": "2025-12-16T18:04:55.385Z"
    },
    {
      "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"
    }
  ],
  "total": 3,
  "page": 1,
  "limit": 20,
  "totalPages": 1
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string<uuid>
required

The unique identifier of the subaccount

Query Parameters

page
integer
default:1

Page number

limit
integer
default:20

Items per page

Response

200 - application/json

Successful response

data
object[]
total
integer
Example:

3

page
integer
Example:

1

limit
integer
Example:

20

totalPages
integer
Example:

1