ledger-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"
}
]
}Changes
Changed in 1 of the 6 revisions of this API.2
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○