Skip to main content
GET
/
v1
/
ramp
/
{subaccountId}
/
banking
/
deposits
List All Deposits
curl --request GET \
  --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/deposits \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "24f1be59-ff0a-4d80-bfc1-46dd6e26fc51",
      "status": "completed",
      "amount": "100.00000000",
      "localAmount": "529.00000000",
      "currency": "USD",
      "localCurrency": "BRL",
      "fee": "0.00000000",
      "feeCurrency": null,
      "country": "BRA",
      "rate": "5.2900",
      "expiresAt": "2025-11-20T02:48:23.000Z",
      "createdAt": "2025-11-20T02:45:55.042Z",
      "bankInfo": {
        "name": "PIX",
        "qr_code_payload": "00020101021226890014br.gov.bcb.pix2567brcode-h.sandbox.starkinfra.com/v2/f9bdab28a91c448cb50fc8857670d0d45204000053039865802BR5908Bullring6015Ciudad de Mexic62070503***63044B88"
      },
      "reference": "24f1be59ff0a4d80bfc146dd6e26fc51",
      "channelId": "brl-channel-id-bullring-finance"
    },
    {
      "id": "50e61499-9ada-4784-b631-afdce55d2a7f",
      "status": "completed",
      "amount": "100.00000000",
      "localAmount": "529.00000000",
      "currency": "USD",
      "localCurrency": "BRL",
      "fee": "0.00000000",
      "feeCurrency": null,
      "country": "BRA",
      "rate": "5.2900",
      "expiresAt": "2025-11-20T01:49:35.000Z",
      "createdAt": "2025-11-20T01:47:06.742Z",
      "bankInfo": {
        "name": "PIX",
        "qr_code_payload": "00020101021226890014br.gov.bcb.pix2567brcode-h.sandbox.starkinfra.com/v2/0eed3f8b1dab40c983405b48478dde9b5204000053039865802BR5908Bullring6015Ciudad de Mexic62070503***63044B88"
      },
      "reference": "50e614999ada4784b631afdce55d2a7f",
      "channelId": "brl-channel-id-bullring-finance"
    }
  ],
  "count": 2,
  "page": 1,
  "limit": 20,
  "totalPages": 1
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required

Response

Successful response

data
object[]
count
integer
page
integer
limit
integer
totalPages
integer