userFees

post
/info

Request user fees.

Body

Request user fees.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
Responses
200

User fees.

application/json
post
/info
POST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 33

{
  "type": "userFees",
  "user": "text"
}
{
  "dailyUserVlm": [
    {
      "date": "2025-12-01",
      "userCross": "text",
      "userAdd": "text",
      "exchange": "text"
    }
  ],
  "feeSchedule": {
    "cross": "text",
    "add": "text",
    "spotCross": "text",
    "spotAdd": "text",
    "tiers": {
      "vip": [
        {
          "ntlCutoff": "text",
          "cross": "text",
          "add": "text",
          "spotCross": "text",
          "spotAdd": "text"
        }
      ],
      "mm": [
        {
          "makerFractionCutoff": "text",
          "add": "text"
        }
      ]
    },
    "referralDiscount": "text",
    "stakingDiscountTiers": [
      {
        "bpsOfMaxSupply": "text",
        "discount": "text"
      }
    ]
  },
  "userCrossRate": "text",
  "userAddRate": "text",
  "userSpotCrossRate": "text",
  "userSpotAddRate": "text",
  "activeReferralDiscount": "text",
  "trial": null,
  "feeTrialEscrow": "text",
  "nextTrialAvailableTimestamp": null,
  "stakingLink": {
    "stakingUser": "text",
    "type": "requested"
  },
  "activeStakingDiscount": {
    "bpsOfMaxSupply": "text",
    "discount": "text"
  }
}

Last updated