Skip to content

Get Wallet Tariff

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

Required Gateway Headers

All API requests require gateway headers. See Required Headers for the complete list. In local/test environments, you must also include Cloudflare simulation headers (CF-Connecting-IP, Cf-Ray, cf-ipcountry).

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