List Wallet Tariffs by Workspace
GET
/web/v1/wallet-tariffs/query/workspace/{workspaceId} JWTRetrieves wallet tariff configurations for a specific workspace.
Authentication
Requires a valid JWT token and Turnstile verification.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
workspaceId | string | Required | path | Workspace ID (path parameter) |
Success Response
Success 200
{
"code": "2000",
"message": "SUCCESS",
"data": [
{
"bizId": "WTF20260321000001",
"walletId": "WLT-001",
"workspaceId": "WS-001",
"sourceTemplate": "TTL20260321000001",
"tariffModel": "PERCENTAGE",
"fixedAmount": null,
"rate": 0.025,
"floorAmount": 1,
"ceilingAmount": 100,
"amountScale": 2,
"roundingMode": "HALF_UP",
"bandsConfig": null,
"enabled": true,
"createdAt": "2026-03-21T10:00:00Z",
"updatedAt": "2026-03-21T10:00:00Z"
}
]
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Unauthorized |