Skip to content

List Wallet Tariffs by Workspace

GET/web/v1/wallet-tariffs/query/workspace/{workspaceId} JWT

Retrieves wallet tariff configurations for a specific workspace.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

NameTypeRequiredInDescription
workspaceIdstringRequiredpathWorkspace 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 StatusCodeDescription
4014010Unauthorized

SlaunchX Internal Documentation