Get User Fee Tier
Retrieves the perpetual fee tier associated with a specific wallet address, providing information on the user's current fee structure.
Method Declaration
Python
async def get_user_fee_tier(
self, address: str
) -> fee_tier_query.QueryUserFeeTierResponseParameters
| Parameter | Location | Type | Required | Description |
|---|---|---|---|---|
user | query | Address | true | The wallet address that owns the account. |
Response
| Status | Meaning | Schema | Description |
|---|---|---|---|
200 | OK | PerpetualFeeTier | The response containing the user fee tier. |
400 | Bad Request | The request was malformed or invalid. |
Examples: Python | TypeScript | Rust | API| Guide - Get User Fee Tier