Skip to main content
POST
userFees

Authorizations

X-API-KEY
string
header
required

API key to access the API (Optional)

Query Parameters

chainId
enum<number>
default:999
required

Unique identifier for a blockchain network.

Available options:
999,
998
Example:

999

provider
enum<string>

Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)

Available options:
Alchemy,
Dwellir,
Chainstack,
Covalent

Body

application/json
type
enum<string>
default:userFees
required
Available options:
userFees
Example:

"userFees"

user
string
required

The account address to query (0x-prefixed).

Example:

"0x000000000000000000000000000000000000dEaD"

Response

200 - application/json

Successful response.

dailyUserVlm
object[]
required

Per-day traded volume broken down by fee bucket.

feeSchedule
object
required

The fee schedule (base rates and VIP/maker tiers).

userCrossRate
string
required
Example:

"0.0"

userAddRate
string
required
Example:

"0.0"

userSpotCrossRate
string
required
Example:

"0.0"

userSpotAddRate
string
required
Example:

"0.0"

activeReferralDiscount
string
Example:

"0.0"

activeStakingDiscount
object

The active staking-based fee discount (bps + discount).

feeTrialEscrow
string
Example:

"0.0"

nextTrialAvailableTimestamp
number | null

Epoch ms the next fee trial becomes available, or null.

The staking link associated with the account, or null.

trial
object | null

The active fee trial, or null if none.