Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Alipay | 1,198 | 69 | 8 | 6 months ago | 46 | January 10, 2023 | 1 | other | Python | |
Python Alipay(支付宝) SDK with SHA1/SHA256 support | ||||||||||
Strategyease Python Sdk | 871 | 2 | 1 | 7 months ago | 57 | April 27, 2019 | 1 | mit | Python | |
策略易(StrategyEase)Python SDK,策略自动化交易 API 及量化平台。 | ||||||||||
Alpaca Trade Api Csharp | 212 | 1 | 5 | 14 days ago | 366 | November 16, 2023 | 11 | apache-2.0 | C# | |
C# SDK for Alpaca Trade API https://docs.alpaca.markets/ | ||||||||||
Intrinio Realtime Node Sdk | 39 | 1 | 2 | a month ago | 19 | October 13, 2023 | gpl-3.0 | JavaScript | ||
Intrinio NodeJS SDK for Real-Time Stock Prices | ||||||||||
Tomox Sdk | 26 | 2 | 3 years ago | 13 | October 27, 2020 | 8 | mit | Go | ||
SDK to build a Decentralized Exchange on TomoX protocol | ||||||||||
Intrinio Realtime Csharp Sdk | 13 | a month ago | 30 | October 30, 2023 | 1 | mit | F# | |||
Intrinio C# SDK for Real-Time Stock Prices | ||||||||||
Chaosdex | 13 | 2 years ago | 16 | gpl-3.0 | TypeScript | |||||
Cross-chain DEX built on RenVM Chaosnet | ||||||||||
Cryptomkt Go | 11 | 2 years ago | 1 | September 13, 2021 | apache-2.0 | Go | ||||
CryptoMarket GoLang SDK | ||||||||||
Deployment | 7 | 3 years ago | Python | |||||||
Go Mbsdk | 6 | a year ago | 1 | other | Go | |||||
SDK for API MercadoBitcoin |
Taking a look at this guide if you are interested at the details on signing your order requests.
3.0 introduced two new functions: client_api
and server_appi
as a replacement of old-styled function based api .
3.0 keeps backward compatibility with 2.*, The only thing you should keep in mind is Alipay.verify
won't pop sign
from data
automatically, you should handle it by yourself.
python -m unittest discover
Or you may do test manually in this way, debug=True
will direct your request to sandbox environment:
alipay = AliPay(..., debug=True)