Skip to content
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

exchanges: Update Poloniex exchange API #1351

Open
wants to merge 113 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
3f6d43f
Adding public endpoints
samuael Aug 27, 2023
7c159c1
Completing public endpoints
samuael Aug 30, 2023
597e582
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Aug 30, 2023
2bc862c
Adding authenticated Account and Subaccount endpoints
samuael Sep 2, 2023
20164ab
Adding authenticated endpoints and unit tests
samuael Sep 3, 2023
ab322e5
added Trade Order and Smart order endpoints
samuael Sep 6, 2023
3266d73
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Sep 6, 2023
7cf6ef6
completed endpoints and unit tests
samuael Sep 7, 2023
4bb982b
file: rename poloneiex.go -> poloniex.go
samuael Sep 8, 2023
aae89a8
fixng wrapper funcs
samuael Sep 8, 2023
b0b406b
wrapper: order methods and tests
samuael Sep 9, 2023
aedf05b
completed wrapper function endpoints
samuael Sep 10, 2023
31ba545
websocket: connection, subscriptions and handling
samuael Sep 10, 2023
aff292b
websocket: completed authentication and subscriptions with unit tests
samuael Sep 11, 2023
dcde072
websocket: minor unit tests
samuael Sep 12, 2023
8f28625
added websocket trade endpoints and update wrapper with it, and unit …
samuael Sep 13, 2023
7e467cf
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Sep 13, 2023
82d3612
unit tests, wrapper, and types update
samuael Sep 14, 2023
a63a7bf
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Sep 14, 2023
a3bbc66
rate limiter and documentation update
samuael Sep 16, 2023
e2d4d2a
Unit tests update
samuael Sep 16, 2023
80b5557
minor fix on ticker
samuael Sep 17, 2023
a7838d8
added unit tests, updated linter and other code issues
samuael Sep 19, 2023
cd125d4
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Sep 27, 2023
808e56d
minor issue in convert
samuael Sep 28, 2023
93f9a97
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 4, 2023
a44088e
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 9, 2023
1f796bc
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 22, 2023
27b28fb
update endpoints return method and minor updates
samuael Oct 22, 2023
703d3d6
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 25, 2023
e2c3db8
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Nov 5, 2023
d2191ab
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Nov 15, 2023
50117b7
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 14, 2023
0d04b02
Update unit tests and endpoint functions
samuael Dec 14, 2023
7af6334
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 22, 2023
ef2a8af
Types and minor wrapper update
samuael Dec 22, 2023
ed156be
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 27, 2023
80093f8
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 31, 2023
9ff1057
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jan 2, 2024
dfd96d2
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jan 16, 2024
53d490f
fix ExchangeWrappers unit test issue
samuael Jan 18, 2024
c735d89
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jan 28, 2024
ee1ce06
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Feb 8, 2024
18ed652
Update unit tests error handling
samuael Feb 8, 2024
28b90cb
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Feb 12, 2024
6a82111
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Feb 28, 2024
d505f24
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Mar 6, 2024
fb03363
Adding Market Futures endpoints
samuael Mar 6, 2024
01db1fe
Added futures ticker endpoints
samuael Mar 8, 2024
9e94dba
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Mar 8, 2024
c1c95ac
Added market endpoints and corresponding unit tests
samuael Mar 8, 2024
2b5819e
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Mar 13, 2024
355975e
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Mar 18, 2024
31078db
Add ratelimit test and update existing unit tests
samuael Jun 11, 2024
3951b7f
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jun 12, 2024
4b39e95
Fix linter and unit test issue and adding futures websocket support
samuael Jun 12, 2024
23b7c3c
Added futures public websocket handlers and completed adding subscrip…
samuael Jun 13, 2024
b879a13
Update private futures user subscriptions and unit tests
samuael Jun 15, 2024
3343785
Updating wrapper to include futures endpoints, update unit tests, and…
samuael Jun 16, 2024
ccff947
added futures user API endpoints and updata wrapper orderbook handling
samuael Jun 18, 2024
15415e0
Mapping futures order and margin endpoints
samuael Jun 18, 2024
c84cffa
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jun 18, 2024
c966091
Added Orders, Fills, and Position endpoints
samuael Jun 20, 2024
ff62c16
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jun 20, 2024
c7ff61b
Update endpoints and wrapper functions with futures order endpoints
samuael Jun 21, 2024
993d9fe
Updating wrapper with Smart orders for Spot trading
samuael Jun 26, 2024
cbfd0b2
Minor fixes on wrapper and unit tests
samuael Jun 27, 2024
d548508
Linter and codespell fix and HTTP call handler fix
samuael Jul 1, 2024
7a3b1ef
update on HTTP handlers
samuael Jul 1, 2024
02eff36
Merge branch 'poloniex' of https://github.com/samuael/gocryptotrader;…
samuael Jul 1, 2024
076ddd6
Recording endpoint calls and minor updates
samuael Jul 4, 2024
bdc964e
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jul 4, 2024
18b8543
Config linter issue fix
samuael Jul 4, 2024
9292c7d
Completed mock test recording
samuael Jul 7, 2024
639e364
≈Merge branch 'master' of http://github.com/thrasher-corp/gocryptotra…
samuael Jul 19, 2024
296ef56
Minor update to unit tests and websocket
samuael Jul 19, 2024
e67ea0f
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Sep 24, 2024
a5c300d
Unit tests updates and linter issues fix
samuael Sep 24, 2024
edffc22
Update on unit tests
samuael Sep 25, 2024
69677ce
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 15, 2024
3a6c6b1
Resolve merge issues, update websocket endpoints unit testings
samuael Oct 15, 2024
6f95364
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 20, 2024
ade8ddc
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 22, 2024
d0c91dc
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 24, 2024
d7386b9
unit tests and endpoints update
samuael Oct 24, 2024
f3429fd
wrapper, types, and mock file update
samuael Oct 25, 2024
b7f070e
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Oct 25, 2024
40ba488
Minor unit test update
samuael Oct 27, 2024
e2798f3
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Nov 12, 2024
89ce804
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Nov 14, 2024
74e2d1e
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Nov 20, 2024
77c8a0f
Minor changes
samuael Nov 20, 2024
f82a839
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Nov 28, 2024
3d554e6
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 7, 2024
9f912c4
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 12, 2024
46dbb1f
Adding V3 futures endpoints
samuael Dec 12, 2024
03c6f55
added trade and position endpoints
samuael Dec 13, 2024
5c0b624
rm
samuael Dec 13, 2024
50a9297
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 16, 2024
8d7776d
adding market and position endpoints
samuael Dec 16, 2024
c3aed40
Adding market endpoints and unit tests
samuael Dec 16, 2024
615f5fa
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 18, 2024
9bd8122
Completed V3 futures mapping market data endpoints and unit tests
samuael Dec 18, 2024
d588446
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Dec 26, 2024
fa58aa1
Remove obsolete endpoints and corresponding unit tests, update wrappe…
samuael Dec 26, 2024
4ec2a3f
remove v1/v2 futures websocket structures and updating connection han…
samuael Dec 27, 2024
cad4e21
added public futures websocket push data handling
samuael Dec 28, 2024
43d67ce
added futures private websocket push data handling
samuael Dec 29, 2024
6a7a6f8
linter fix and update
samuael Jan 1, 2025
3cbb5dd
remove unused types and declarations
samuael Jan 1, 2025
6b0e134
websocket templating update
samuael Jan 2, 2025
29df848
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jan 5, 2025
d8b3c54
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrad…
samuael Jan 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
… into poloniex
samuael committed Dec 26, 2024
commit d588446bb7c3bcb17ac7535813acf0b4602695dd

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.