Skip to content

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.QueryUserFeeTierResponse
Unification Plan

Parameters

ParameterLocationTypeRequiredDescription
userqueryAddresstrueThe wallet address that owns the account.

Response

StatusMeaningSchemaDescription
200OKPerpetualFeeTierThe response containing the user fee tier.
400Bad RequestThe request was malformed or invalid.

Examples: Python | TypeScript | Rust | API| Guide - Get User Fee Tier