v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-0649142500.6 KB
wallets

List wallets for the organization

List wallets for the authenticated user's organization with pagination.

get/api/v1/wallets/organization

Query parameters

skipnumber
takenumber
Example:10

Headers

x-sdk-versionstring required

SDK version header

Response

Paginated wallets for the organization

Example response

{
  "pagination": {
    "totalElements": 100,
    "totalPages": 10,
    "take": 10
  }
}