Skip to main content
GET
Get Verto Wallets
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Endpoint: integrations/vertofx/wallets?page=1&size=50 Authorization:
  • Required role: admin or higher
Method: GET Query Parameters This endpoint retrieves a paginated list of wallets available through the VertoFX integration.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

page
integer
default:1

Page number to retrieve

size
integer
default:10

Number of records per page (max 50)

Required range: x <= 50

Response

Success

success
boolean
data
object[]
pagination
object