v4
latestOpenAPI 3.0.3UNLICENSED2026-08-0896235396.5 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"
}
]
}