Get Wallet Tariff
GET
/web/v1/wallet-tariffs/query/wallet/{walletId} JWTRetrieves the tariff configuration for a specific wallet.
Authentication
Requires a valid JWT token and Turnstile verification.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
walletId | string | Required | path | Wallet ID (path parameter) |
Success Response
Not Found 404
{
"code": "4040",
"message": "Wallet tariff not found",
"data": null
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Unauthorized |
| 404 | 4040 | Wallet tariff not found |