Skip to content

Check Wallet Tariff Exists

GET/web/v1/wallet-tariffs/query/wallet/{walletId}/exists JWT

Checks whether a specific wallet has a tariff configuration assigned.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

NameTypeRequiredInDescription
walletIdstringRequiredpathWallet ID (path parameter)

Success Response

Success 200
{
  "code": "2000",
  "message": "SUCCESS",
  "data": true
}

Error Responses

HTTP StatusCodeDescription
4014010Unauthorized

Notes

  • Returns true if the wallet has a tariff assigned, false otherwise.
  • Use this as a pre-check before attempting to create a transfer.

SlaunchX Internal Documentation