
- Coin tick old version update#
- Coin tick old version full#
- Coin tick old version code#
Coin tick old version update#
One downside is that you can not change update frequency and by default, it is 1 second. It seems to have all the features one could need from a lightweight cryptocurrency tracking app. Only Portfolio Margin Account is accessible to this endpoint.I just started using the app. GET /sapi/v1/portfolio/account to support query portfolio margin account info.
The endpoint will display the user's current margin order count usage for all intervals. GET /sapi/v1/margin/rateLimit/order added. POST /sapi/v1/algo/futures/newOrderTwap to support Twap new orderįAQ: Time-Weighted Average Price(Twap) Introduction. GET /sapi/v1/staking/personalLeftQuota to inquiry Staking left quota. POST /sapi/v1/staking/setAutoStaking to set Auto Staking function. GET /sapi/v1/staking/stakingRecord to inquiry Staking history records. GET /sapi/v1/staking/position to get Staking product holding position. POST /sapi/v1/staking/redeem to redeem product. POST /sapi/v1/staking/purchase to stake product. GET /sapi/v1/staking/productList to get Staking product list. The function helps you to identify the redemption behavior of different users. Each external unique ID represents a unique user on the partner platform. POST /sapi/v1/giftcard/redeemCode: new optional parameter externalUid. GET /sapi/v1/giftcard/cryptography/rsa-public-key to fetch RSA public key. In the above, the request weight will depend on the number of symbols provided in symbols. The following endpoints now support multi-symbol querying using the parameter symbols. If the number of symbols sent is more than 100, the error will be as follows:. The max number of symbols that can be processed in a request is 100. Weight has been reduced from 5 to 2 per symbol, regardless of windowSize. GET /sapi/v1/margin/repay: Add response field rawAsset. GET /sapi/v1/convert/tradeFlow: Update weight from 3000 to 100. GET /sapi/v1/margin/dribblet to query the historical information of user's margin account small-value asset conversion BNB. POST /sapi/v3/asset/getUserAsset to get user assets. GET /sapi/v1/portfolio/collateralRate to get Portfolio Margin Collateral Rate. POST /sapi/v1/portfolio/repay Portfolio Margin Bankruptcy Loan Repay. GET /sapi/v1/portfolio/pmLoan Query Portfolio Margin Bankruptcy Loan Record. GET /sapi/v1/convert/tradeFlow: Update weight from Weight(IP) 100 to Weight(IP) 3000. Note that these fields only appear if these were populated upon order placement. New fields to eventType executionReport. New fields strategyId and strategyType will appear in the response JSON for cancelled orders that had these fields populated upon order placement. Changes to DELETE /api/v3/order and DELETE /api/v3/openOrders. New fields strategyId and strategyType will appear in the response JSON for orders that had these fields populated upon order placement. Changes to GET /api/v3/order, GET /api/v3/openOrders, and GET /api/v3/allOrders. limitStrategyType and stopStrategyType both cannot be less than 1000000. These are the strategy metadata parameters for both legs of the OCO orders. New optional fields limitStrategyId, limitStrategyType. Note: strategyType cannot be less than 1000000. If all the orders are part of spot grid strategy, it can be set to strategyType=1000000) New optional field strategyType is a parameter used to identify what strategy was running. New optional field strategyId is a parameter used to identify an order as part of a strategy. Changes to POST /api/v3/order and POST /api/v3/order/cancelReplace. GET /sapi/v1/convert/tradeFlow: Update weight from Weight(IP) 3000 to Weight(UID) 3000. New field brokered has been added to GET /api/v3/account. Coin tick old version code#
This error code only appears for the SPOT API. This is sent whenever the servers are overloaded with requests. MINI omits the following fields from the response: priceChangePercent, weightedAvgPrice, bidPrice, bidQty, askPrice, askQty, and lastQty. Coin tick old version full#
FULL is the default value and the response that is currently being returned from the endpoint.
Supported values for parameter type are FULL and MINI. Changes to GET /api/v3/ticker and GET /api/v3/ticker/24hr. Note that these are rolling changes, so it may take a few days for it to rollout to all our servers.