Bitget APIBitget API
UTAClassic
Legacy Doc
  • Overview
  • API Documentation
  • WebSocket
  • Agent Hub
  • SDK
  • Changelog
Copied to clipboard
Account
    Assets & Balance
      Get Account AssetsgetGet Account Funding AssetsgetGet Financial RecordsgetGet Funding Financial RecordsgetGet Account Fee RategetGet Max TransferablegetGet Max WithdrawalgetSet Collateral TypepostGet Collateral TypegetGet Custom Collateral Coinsget
    Account Settings
      Get Account InfogetGet Account SettinggetPre Set LeveragegetSet LeveragepostSet Holding ModepostSwitch DeductpostGet Deduct InfogetSwitch AccountpostGet Switch StatusgetSet MarginpostGet Delta InfogetAdjust Account Modepost
    Margin & Borrow/Repay
      Get Repayable CoinsgetGet Payment CoinsgetRepaypostGet Convert Recordsget
    Trading Risk & Position Config
      Get OI LimitgetGet All Symbol Fee RatesgetGet Eligible SymbolsgetGet Eligible Margin TiergetGet Eligible Loan InfogetGet Eligible Discount Rateget
    Sub Accounts
      Create Sub-accountpostFreeze/Unfreeze Sub-accountpostGet Sub-account ListgetGet Sub-account Unified AssetsgetCreate Sub-account API KeypostModify Sub-account API KeypostDelete Sub-account API KeypostGet Sub-account API KeysgetCreate Agent Sub-accountpost
    Deposit/Withdrawal & Transfer
      Set Up Deposit AccountpostGet Deposit AddressgetGet Sub Deposit AddressgetGet Deposit RecordsgetGet Sub Deposit RecordsgetWithdrawalpostCancel WithdrawalpostGet Withdrawal RecordsgetGet Withdraw Address BookgetGet Transferable CoinsgetTransferpostMain-Sub Account TransferpostGet Main-Sub Account Transfer RecordsgetSub-Main Account Transferpost
    Small Assets Convert
      Get Small Assets HistorygetGet Small AssetsgetSmall Assets Tradepost
    Institutional Rate Limit
      Get RateLimit QuotagetSet RateLimit Quotapost
Account
Account

Institutional Rate Limit

Institutional Rate Limit


Get RateLimit Quota

GET
https://api.bitget.com
/api/v3/user/rate-limit-quota

Query the rate limit quota configuration for accounts. Supports querying the quota allocation for a single account or listing all sub-account quotas under a master account.

Note: This endpoint is only available to MM (Market Maker) and PRO institutional users.

  • Rate limit: 10/sec/UID
  • Permission: UTA mgt. (read)

Get RateLimit Quota › Request Parameters

category
​string · required

Product type spot Spot futures Futures

uid
​string

Account UID Used to query a single account's rate limit quota; omit to list all sub-accounts

cursor
​string

Cursor Used for pagination in subsequent queries

limit
​string

Limit per page Default: 100. Maximum: 100

Get RateLimit Quota › Response Parameters

200

Successful response

code
​string
msg
​string
requestTime
​integer
​object
category
​string

Product type spot Spot futures Futures

​object[]

Sub-account rate limit quota list

masterSubQuota
​string

The actual configured master-sub account rate limit value

masterSubCap
​string

Master-sub account rate limit Cap

cursor
​string

Cursor Used for pagination in subsequent queries

GET/api/v3/user/rate-limit-quota
curl 'https://api.bitget.com/api/v3/user/rate-limit-quota?category=<string>'
Example Responses
{ "code": "00000", "msg": "success", "requestTime": 1753987234567, "data": { "category": "futures", "quotaList": [ { "uid": "123456", "quota": "100" } ], "masterSubQuota": "10000", "masterSubCap": "80000", "cursor": "1" } }
json
application/json

Set RateLimit Quota

POST
https://api.bitget.com
/api/v3/user/set-rate-limit-quota
  1. Set rate limit quotas for sub-accounts. This endpoint allows master accounts to allocate rate limit quotas for spot and futures trading at the sub-account level.
  2. Supports single or batch quota allocation for multiple sub-accounts by business line.
  3. The single account rate limit Quota must not exceed the single account rate limit Cap.
  4. The sum of all sub-account rate limit Quotas (i.e., the Master-Sub Quota) must not exceed the Master-Sub total rate limit Cap.
  5. If adjusting a sub-account's Quota causes the total Master-Sub Quota to exceed the Master-Sub Cap, the API call will be rejected.

Note: This endpoint is only available to MM (Market Maker) and PRO institutional users.

  • Rate limit: 5/sec/UID
  • Permission: UTA mgt. (read & write)

Set RateLimit Quota › Request Parameters

category
​string · required

Product type spot Spot futures Futures

uids
​string[] · required

Sub-account UIDs Up to 50 UIDs per request

quota
​string · required

Rate limit quota Must not exceed the single account rate limit Cap

Set RateLimit Quota › Response Parameters

200

Successful response

code
​string
msg
​string
requestTime
​integer
data
​

Response data

POST/api/v3/user/set-rate-limit-quota
curl https://api.bitget.com/api/v3/user/set-rate-limit-quota \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "category": "category", "uids": [ "string" ], "quota": "quota" }'
Example Request Body
{ "category": "category", "uids": [ "string" ], "quota": "quota" }
json
Example Responses
{ "code": "00000", "msg": "success", "requestTime": 1753987234567, "data": {} }
json
application/json

Small Assets Convert