Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
poly-rodr committed May 14, 2024
1 parent ef74495 commit e0a0fce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ export const GET_TICK_SIZE = "/tick-size";
export const POST_ORDER = "/order";
export const CANCEL_ORDER = "/order";
export const CANCEL_ORDERS = "/orders";
export const GET_ORDER = "/history/order/";
export const GET_ORDER = "/data/order/";
export const CANCEL_ALL = "/cancel-all";
export const CANCEL_MARKET_ORDERS = "/cancel-market-orders";
export const GET_OPEN_ORDERS = "/history/orders";
export const GET_TRADES = "/history/trades";
export const GET_OPEN_ORDERS = "/data/orders";
export const GET_TRADES = "/data/trades";
export const IS_ORDER_SCORING = "/order-scoring";
export const ARE_ORDERS_SCORING = "/orders-scoring";

Expand Down

0 comments on commit e0a0fce

Please sign in to comment.