Skip to content

Get Wallet Tariff

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

Retrieves the tariff configuration for a specific wallet.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

NameTypeRequiredInDescription
walletIdstringRequiredpathWallet ID (path parameter)

Success Response

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

Error Responses

HTTP StatusCodeDescription
4014010Unauthorized
4044040Wallet tariff not found

SlaunchX Internal Documentation