Skip to content

Get Wallet

GET/web/v1/wallets/{walletBizId} JWT

Retrieves detailed information about a specific wallet.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

NameTypeRequiredInDescription
walletBizIdstringRequiredpathWallet business ID (path parameter)

Success Response

Not Found 404
{
  "code": "4040",
  "message": "Wallet not found",
  "data": null
}

Error Responses

HTTP StatusCodeDescription
4014010Unauthorized
4044040Wallet not found

Notes

  • Only returns wallets within the current workspace context.

SlaunchX Internal Documentation