Skip to content

Commit 4576b72

Browse files
committed
docs: perps short
1 parent aff6ae5 commit 4576b72

File tree

2 files changed

+463
-2
lines changed

2 files changed

+463
-2
lines changed

docs/ability/official-abilities/hyperliquid/perp-trading/long.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For the `perpLong` action, the `precheck` function will validate the following:
7979
*/
8080
reduceOnly?: boolean;
8181
/**
82-
* The order type for the buy order (optional).
82+
* The order type for the long order (optional).
8383
* You may specify either a limit or market order using the form:
8484
* { type: "limit", tif: "Gtc" | "Ioc" | "Alo" }
8585
* or
@@ -251,7 +251,7 @@ For the `perpLong` action, the `execute` function will:
251251
*/
252252
reduceOnly?: boolean;
253253
/**
254-
* The order type for the buy order (optional).
254+
* The order type for the long order (optional).
255255
* You may specify either a limit or market order using the form:
256256
* { type: "limit", tif: "Gtc" | "Ioc" | "Alo" }
257257
* or

0 commit comments

Comments
 (0)