v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-offramp accounts
Get a list of offramp accounts
Get a list of offramp accounts, with pagination and payout currency
get/ledger/offramp-accounts
Query parameters
payoutCurrencystring
Example:IDR
Filter by payout currency
pageinteger
Page parameter, starting from 1
sizeinteger
Response
List of offramp accounts
Example response
{
"content": [
{
"payoutCurrency": "KES"
}
]
}