Skip to content

Commit

Permalink
feat(v1.1.0): add header param for amend futures order
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Nov 18, 2024
1 parent 078f231 commit 4da1487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/request/futures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export interface GetFuturesOrdersByTimeRangeReq {
}

export interface UpdateFuturesOrderReq {
'x-gate-exptime'?: number;
settle: 'btc' | 'usdt' | 'usd';
order_id: string;
size?: number;
Expand Down

0 comments on commit 4da1487

Please sign in to comment.