-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge/adshao-master #14
Commits on Apr 22, 2024
-
Signed-off-by: one230six <723682061@qq.com> (adshao#550)
Signed-off-by: one230six <723682061@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 4a82de2 - Browse repository at this point
Copy the full SHA 4a82de2View commit details
Commits on May 11, 2024
-
Add functions to fetch funding rate data from market (adshao#552)
* Add functions to fetch funding rate data from market * Remove invalid test function
Configuration menu - View commit details
-
Copy full SHA for dc7abf8 - Browse repository at this point
Copy the full SHA dc7abf8View commit details
Commits on Jun 3, 2024
-
changed bool types to string in reduceOnly, closePosition, priceProte…
…ct. (adshao#506) * changed bool types to string in reduceOnly, closePosition, priceProtect fields * updated tests
Configuration menu - View commit details
-
Copy full SHA for 6d8559f - Browse repository at this point
Copy the full SHA 6d8559fView commit details
Commits on Jun 19, 2024
-
Implement subaccount transfer history and refactor user universal tra…
…nsfer (adshao#567) * feat: add sub-account transfer history api * refactor: update sub-account-transfer-history time argument as int64 instead of time * feat: add list user universal transfer service and update user universal transfer
Configuration menu - View commit details
-
Copy full SHA for 5c4ac82 - Browse repository at this point
Copy the full SHA 5c4ac82View commit details -
complete options module (adshao#568)
* complete options module. imple interfaces that are not impled before. add the websocket implement. add unittest inlcude lost and new * remove unreachable code * fix some unittest * correct some name * change OrderID to OrderId * set RateLimitOrder10s RateLimitOrder1m in CreateBatchOrders
Configuration menu - View commit details
-
Copy full SHA for 5824a29 - Browse repository at this point
Copy the full SHA 5824a29View commit details
Commits on Jun 20, 2024
-
update README.md and add the way to set up websocket proxy. (adshao#571)
* update READMD.md and add introduction about proxy; replace options with eoptions, just change the package name add the way to manually set up the websocket proxy, current websocket proxy got from environment variable * fix typos * change eoptions as options;resolved review * correct base url of options' websocket * revert v2/client.go * change eoptions as options in v2/client.go * revert v2/client.go
Configuration menu - View commit details
-
Copy full SHA for 418ff24 - Browse repository at this point
Copy the full SHA 418ff24View commit details
Commits on Jun 22, 2024
-
Optimize request error handling process (adshao#572)
* Optimize request error handling process * add a Respone filed to APIError
Configuration menu - View commit details
-
Copy full SHA for 1ba84a6 - Browse repository at this point
Copy the full SHA 1ba84a6View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2c4643 - Browse repository at this point
Copy the full SHA c2c4643View commit details -
add: /sapi/v1/convert (adshao#578)
* Add: functions for convert * fix: functions for convert * fix: fromAmount, toAmount type * add: debug * remove: debug * fix: fix convert quote * fix: acceptQuote * fix: orderStatus * add: convert assetInfo change: getQuote service name * fix: convert assetInfo * fix: toAsset exchangeInfo --------- Co-authored-by: qushedo <123452935+qushedo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 130172e - Browse repository at this point
Copy the full SHA 130172eView commit details -
fix batchOrder response and fix futures.WsUserDataEvent.Time error wh…
…ile calling json.Unmarshal (adshao#581) * fix batchOrder response and fix futures.WsUserDataEvent.Time error while json.Unmarshal * also fix this in the delivery package
Configuration menu - View commit details
-
Copy full SHA for b3a9097 - Browse repository at this point
Copy the full SHA b3a9097View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a387a5b - Browse repository at this point
Copy the full SHA a387a5bView commit details
Commits on Jun 29, 2024
-
complete market interfaces unimplemented in futures (adshao#586)
* complete interfaces unimplemented in futures * rename index_info_service.go * gofmt
Configuration menu - View commit details
-
Copy full SHA for 81cc831 - Browse repository at this point
Copy the full SHA 81cc831View commit details
Commits on Jul 1, 2024
-
Adding uid into the account service response (adshao#587)
* Adding uid into the account service response * Update account_service_test.go * Update account_service_test.go * test: get account
Configuration menu - View commit details
-
Copy full SHA for e328ca1 - Browse repository at this point
Copy the full SHA e328ca1View commit details
Commits on Jul 4, 2024
-
complete sub-master interface(subaccount_service.go); complete spot m…
…arket interface (adshao#589) * complete sub-master interface(subaccount_service.go); complete spot market interface * fix typos check * gofmt * add some comment * use full name
Configuration menu - View commit details
-
Copy full SHA for 91b5816 - Browse repository at this point
Copy the full SHA 91b5816View commit details
Commits on Jul 9, 2024
-
fix some problems: (adshao#590)
* fix some problems:1.fix the path of asset_index_service.go and constituents_service.go. 2.fix struct DeliveryPrice. 3.remove redundant funding_rate_history.go * remove responding interface in client.go
Configuration menu - View commit details
-
Copy full SHA for 5905362 - Browse repository at this point
Copy the full SHA 5905362View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67095c2 - Browse repository at this point
Copy the full SHA 67095c2View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ac2df0 - Browse repository at this point
Copy the full SHA 2ac2df0View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0bbc76 - Browse repository at this point
Copy the full SHA e0bbc76View commit details
Commits on Aug 7, 2024
-
Merge pull request adshao#599 from 0x0001/master
add fee burn service
Configuration menu - View commit details
-
Copy full SHA for 639815a - Browse repository at this point
Copy the full SHA 639815aView commit details -
Merge pull request adshao#603 from mdawar/balances
Added support for getting the non-zero balances of an account
Configuration menu - View commit details
-
Copy full SHA for d45dcb3 - Browse repository at this point
Copy the full SHA d45dcb3View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5dd8ab3 - Browse repository at this point
Copy the full SHA 5dd8ab3View commit details -
Merge pull request adshao#596 from Croomburg/feature/futures-history-…
…data implement futures orderbook history
Configuration menu - View commit details
-
Copy full SHA for 6189b9c - Browse repository at this point
Copy the full SHA 6189b9cView commit details
Commits on Aug 10, 2024
-
fix: added missing fields in GetAllCoinsInfoService Network structure (…
…adshao#604) * fix: added missing fields in GetAllCoinsInfoService Network section * fix: returned accidentally removed line
Configuration menu - View commit details
-
Copy full SHA for d2b44ab - Browse repository at this point
Copy the full SHA d2b44abView commit details -
Make future order ModifyService (adshao#605)
* Make future order ModifyService * add Service for FuturesApi Order Modifier
Configuration menu - View commit details
-
Copy full SHA for 29b236e - Browse repository at this point
Copy the full SHA 29b236eView commit details
Commits on Aug 12, 2024
-
Rostislav Lyupa committed
Aug 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e5ad9a - Browse repository at this point
Copy the full SHA 3e5ad9aView commit details -
Rostislav Lyupa committed
Aug 12, 2024 Configuration menu - View commit details
-
Copy full SHA for a3f8064 - Browse repository at this point
Copy the full SHA a3f8064View commit details
Commits on Aug 13, 2024
-
Merge pull request adshao#607 from lyro41/fix-modify-order-endpoint
Fix Modify Order Endpoint : PUT /fapi/v1/order
Configuration menu - View commit details
-
Copy full SHA for 8405251 - Browse repository at this point
Copy the full SHA 8405251View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5548d1a - Browse repository at this point
Copy the full SHA 5548d1aView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0c0e04 - Browse repository at this point
Copy the full SHA d0c0e04View commit details
Commits on Sep 10, 2024
-
add usds-futures convert service (adshao#617)
* add usds-futures convert service * fix 2 endpoint * fix mismatch between document and actual returned content types
Configuration menu - View commit details
-
Copy full SHA for 2e3a2bd - Browse repository at this point
Copy the full SHA 2e3a2bdView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a3c89e - Browse repository at this point
Copy the full SHA 0a3c89eView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b74da2 - Browse repository at this point
Copy the full SHA 4b74da2View commit details
Commits on Sep 24, 2024
-
Merge remote-tracking branch 'upstream/master'
Signed-off-by: thanhpp <thanhphanphu18@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5cd9a73 - Browse repository at this point
Copy the full SHA 5cd9a73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c6dae - Browse repository at this point
Copy the full SHA 71c6daeView commit details