Additions and updates to the EVM version
GET /v1/referral/rebate_summary
add a new field traded_referral to track referral trades during the specified date
GET v1/public/market_making_rewards/leaderboard
support all markets, and add est_score in the response, est_score = final Q score
level
parameter to /v1/order POST body, which allows to use the price of bid0 to bid4 or ask0 to ask4
post_only_adjust
parameter to /v1/order POST body. Default value is false. If it is set to true, then it will adjust price to 1 tick close to current best price. Only supported for POST_ONLY
type orders
{broker_id}${symbol}@ticker
and {broker_id}$tickers
to query each broker’s voulme per market.Two new endpoints for verifying and checking referral codes.GET /v1/public/chain_info
GET /v1/orders
& GET /v1/algo/orders
APIs with the new order_tag parameter.Enhancements to GET /v1/referral/info
API, adding the following data in response:GET /v1/referral/rebate_summary
Adding maker and taker volume breakdown in GET /v1/volume/broker/daily
APIBrokers can now retrieve total fees collected under the criteria (given broker_id, aggregate logic, order_tag filter, and etc.) + broker rebate viaGET /v1/volume/broker/daily
APINew query parameters in GET /v1/referral/admin_info
API:POST /v1/referral/edit_split
Additional response fields in GET /v1/referral/admin_info
API:GET /v1/public/campaign/ranking
and GET /v1/public/campaign/user
APIs:GET /v1/volume/broker/daily
API to hourly from dailyAdded address in the response for GET /v1/volume/broker/daily
/v1/public/fee_futures/program
, /v1/broker/user_info
and account
websocket.New volume-based fee rate setting tool can be found on our GitHub.To learn more about how the new fee structure works, refer to this article.