Skip to main content
GET
/
v1
/
ramp
/
{subaccountId}
/
banking
/
offramp
Get All Offramps
curl --request GET \
  --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/offramp/ \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "6b32169e-c20e-49c9-aa7f-b73fe863c231",
      "status": "pending",
      "targetAmount": 12,
      "targetCurrency": "brl",
      "lightningAmount": 226,
      "withdrawalId": null,
      "invoicePaidAt": null,
      "withdrawalInitiatedAt": null,
      "completedAt": null,
      "errorMessage": null,
      "createdAt": "2025-11-25T13:48:02.667Z",
      "updatedAt": "2025-11-25T13:48:02.667Z",
      "lightningCurrency": "stablesats",
      "exchangeRate": 0.18822916,
      "lightningFee": 0,
      "withdrawalFee": 0.11,
      "totalFees": 0.11
    },
    {
      "id": "d79c9799-bb8e-4c17-9d5a-79fefa34484f",
      "status": "pending",
      "targetAmount": 88,
      "targetCurrency": "brl",
      "lightningAmount": 1656,
      "withdrawalId": null,
      "invoicePaidAt": null,
      "withdrawalInitiatedAt": null,
      "completedAt": null,
      "errorMessage": null,
      "createdAt": "2025-11-25T13:37:46.829Z",
      "updatedAt": "2025-11-25T13:37:46.829Z",
      "lightningCurrency": "stablesats",
      "exchangeRate": 0.18822916,
      "lightningFee": 0,
      "withdrawalFee": 0.64,
      "totalFees": 0.64
    }
  ],
  "count": 2,
  "page": 1,
  "limit": 10,
  "totalPages": 1
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required

Query Parameters

page
integer
default:1

Page number for pagination

limit
integer
default:10

Number of items per page

Response

Successful response

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