Skip to content

List Wallet Tariffs

GET/web/v1/wallet-tariffs/query/list JWT

Retrieves all wallet tariff configurations for the current tenant.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

No parameters required.

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

Notes

  • Returns all wallet tariffs across all workspaces within the tenant.

SlaunchX Internal Documentation