ClientTier
Name
Lite |
Type |
Required
Default |
Description |
tier
t |
integer |
True |
|
futures_taker_fee
ft |
integer |
True |
|
futures_maker_fee
fm |
integer |
True |
|
options_taker_fee
ot |
integer |
True |
|
options_maker_fee
om |
integer |
True |
|
spot_borrow_configs
sb |
[ApiSpotBorrowConfig] |
True |
Per-currency borrow & collateral limits for this tier. Populated only in the funding_account_summary response; empty in raw config contexts. |
ApiSpotBorrowConfig
Per-currency borrow & collateral limits resolved at this account's tier (incl. per-account overrides).
Name
Lite |
Type |
Required
Default |
Description |
currency
c |
string |
True |
|
borrow_limit
bl |
string |
True |
BL — max borrowable amount, native units. 0 = not borrowable. |
borrow_rate
br |
string |
True |
BR — annual borrow interest rate at this tier. Never exceeds the asset's maxBorrowRate. |
collateral_limit
cl |
string |
True |
CL — max amount counted as collateral, native units. 0 = unlimited. |