Get Wallet Info

Use this endpoint to retrieve details about a specific wallet using its account number

Endpoint

GET /wallet/{accountNo}

Request

Headers

  • Content-Type* — Must be application/json

  • x-account-id* — Your unique TemboPlus account identifier

  • x-secret-key* — Your TemboPlus API secret key

  • x-request-id* — Unique UUID per request for tracing

Path Parameters

  • accountNo* — The unique account number of the wallet

Body Parameters

No request body is required.


Responses

chevron-right200 OKhashtag

Returns the wallet details including balance, currency, and type information.

Response Format

chevron-right401 UNAUTHORIZEDhashtag

Returned when authentication headers are missing or invalid.

Response Format

chevron-right500 INTERNAL SERVER ERRORhashtag

Indicates a temporary issue within TemboPlus. Retry later or contact TemboPlus Support with your x-request-id.

Response Format

Last updated