Get specific Wallet Details

Retrieve a wallet by ID with the migrated wallet service route, inspect balance and account linkage, and verify payout or receive readiness.

📘

Check your base URL

Each Verto service has its own host. Use the base URL shown in the endpoint definition on this page — do not reuse a host from another service.

Sandbox hosts end in -sandbox.vertofx.com; the matching production host replaces sandbox with beta. Sending a request to the wrong environment returns 403.

See URLs (Sandbox vs Production) for the full service-by-service list.



Path Params
string
required

Specifies the unique identifier assigned to a company within the system.
Get the companyId in the response path [response.body.companyId] of the POST /users/login API.

number
required

Specifies the unique identifier assigned to a wallet.

Get the walletId from:

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json