FEATURE: [exchange][hyperliquid] init hyperliquid exchange#2259
Draft
anywhy wants to merge 19 commits into
Draft
FEATURE: [exchange][hyperliquid] init hyperliquid exchange#2259anywhy wants to merge 19 commits into
anywhy wants to merge 19 commits into
Conversation
anywhy
marked this pull request as draft
October 12, 2025 12:50
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
from
October 14, 2025 05:29
4fbb076 to
ac09965
Compare
anywhy
marked this pull request as ready for review
October 14, 2025 05:32
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
from
October 14, 2025 06:22
ac09965 to
9ab74a6
Compare
c9s
reviewed
Oct 14, 2025
c9s
reviewed
Oct 14, 2025
c9s
reviewed
Oct 14, 2025
c9s
reviewed
Oct 14, 2025
c9s
reviewed
Oct 14, 2025
c9s
reviewed
Oct 14, 2025
c9s
reviewed
Oct 14, 2025
| size string `param:"s"` | ||
| price string `param:"p"` | ||
| reduceOnly bool `param:"r"` | ||
| clientOrderID *string `param:"c"` |
Owner
There was a problem hiding this comment.
I think this is not supported -- param tag inside the field with slice
Contributor
Author
There was a problem hiding this comment.
Yeah, it really doesn’t support that. Any idea how to deal with this kind of param?
Owner
There was a problem hiding this comment.
wrap it with a struct, and add String() method to marshal the internal payload into json string? I am not sure
is it a nested json data in the request?
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
7 times, most recently
from
October 15, 2025 16:59
0b17089 to
6dbf5f4
Compare
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
3 times, most recently
from
October 29, 2025 15:10
b281b82 to
5b1a689
Compare
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
2 times, most recently
from
November 9, 2025 03:56
cdfe99f to
f54631d
Compare
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
3 times, most recently
from
November 17, 2025 13:50
4eecddb to
4d96cbd
Compare
Owner
|
@anywhy please ping me on telegram when you think it's ready |
Contributor
Author
Okay, I might be late |
anywhy
marked this pull request as draft
January 12, 2026 09:27
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
2 times, most recently
from
January 18, 2026 14:44
9c8c691 to
d4fd4d5
Compare
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
from
March 7, 2026 07:15
d4fd4d5 to
96b1c35
Compare
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
from
March 30, 2026 14:28
9256c64 to
d880865
Compare
anywhy
force-pushed
the
feat_exchange_hyperliquid
branch
from
March 30, 2026 14:42
d880865 to
d234a86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.