Get Wallet Balance

Retrieve your current DoubleTick wallet balance instantly to ensure sufficient funds for seamless API operations. πŸš€

API Endpoint

Use the following endpoint to retrieve the wallet balance:

GET https://public.doubletick.io/wallet/balance

Request Headers

{
  "Authorization": "YOUR_API_KEY"
}

Response

Success Response (201)

{
    "balance": 10.34577189385891,
    "currencyCode": "INR"
}
  • balance (number): Available wallet balance.
  • currencyCode (string): Currency of the balance (e.g., "INR" for Indian Rupee`).

Unauthorized (401)

{
    "message": "Invalid public api key",
    "error": "Unauthorized",
    "statusCode": 401
}

Best Practices

  • Regularly check your wallet balance to avoid service disruptions.
  • Maintain sufficient funds for uninterrupted API operations.

What’s Next

Explore more message types and enhance your WhatsApp communication with DoubleTick API