You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Get a list of historical prices in a specified time range. Using this endpoint requires an access token with the appropriate enterprise ID.
description: Get the current user’s public information.
21631
21631
operationId: trade.user.current
21632
21632
tags:
21633
-
- Accounts
21633
+
- Trade REST API
21634
21634
responses:
21635
21635
'200':
21636
21636
description: A user
@@ -21650,7 +21650,7 @@ paths:
21650
21650
description: Get the list of trading accounts that the current user belongs to.
21651
21651
operationId: trade.accounts
21652
21652
tags:
21653
-
- Accounts
21653
+
- Trade REST API
21654
21654
responses:
21655
21655
'200':
21656
21656
description: An array of accounts
@@ -21675,7 +21675,7 @@ paths:
21675
21675
description: Get balance information about a single trading account.
21676
21676
operationId: trade.accounts.balances
21677
21677
tags:
21678
-
- Accounts
21678
+
- Trade REST API
21679
21679
parameters:
21680
21680
- name: accountId
21681
21681
in: path
@@ -21709,7 +21709,7 @@ paths:
21709
21709
description: Lists all orders from the given trading account.
21710
21710
operationId: trade.orders.detail
21711
21711
tags:
21712
-
- Orders
21712
+
- Trade REST API
21713
21713
parameters:
21714
21714
- name: accountId
21715
21715
in: path
@@ -21790,7 +21790,7 @@ paths:
21790
21790
description: Places a new order. There are several types of orders available - Market, Limit, TWAP and SteadyPace (with or without a limit). Orders can only be placed if your account has a sufficient balance. When an order is placed, funds will be reserved for the amount of the order.
21791
21791
operationId: trade.orders.add
21792
21792
tags:
21793
-
- Orders
21793
+
- Trade REST API
21794
21794
parameters:
21795
21795
- name: accountId
21796
21796
in: path
@@ -21825,7 +21825,7 @@ paths:
21825
21825
description: Get a single order by order id.
21826
21826
operationId: trade.orders.order
21827
21827
tags:
21828
-
- Orders
21828
+
- Trade REST API
21829
21829
parameters:
21830
21830
- name: accountId
21831
21831
in: path
@@ -21862,7 +21862,7 @@ paths:
21862
21862
description: Attempt to cancel an order that was previously placed. The response will return successful if the cancel request is submitted. Use Get Order endpoint or subscribe to the orders websocket to get the order details.
21863
21863
operationId: trade.orders.order.cancel
21864
21864
tags:
21865
-
- Orders
21865
+
- Trade REST API
21866
21866
parameters:
21867
21867
- name: accountId
21868
21868
in: path
@@ -21895,7 +21895,7 @@ paths:
21895
21895
description: Lists trades from the trading account. This will include trades that have not yet settled.
21896
21896
operationId: trade.trades
21897
21897
tags:
21898
-
- Orders
21898
+
- Trade REST API
21899
21899
parameters:
21900
21900
- name: accountId
21901
21901
in: path
@@ -21970,7 +21970,7 @@ paths:
21970
21970
description: Get the details of a single trade by trade id.
21971
21971
operationId: trade.trades.trade
21972
21972
tags:
21973
-
- Orders
21973
+
- Trade REST API
21974
21974
parameters:
21975
21975
- name: accountId
21976
21976
in: path
@@ -22007,7 +22007,7 @@ paths:
22007
22007
description: Gets a list of all available currencies.
22008
22008
operationId: trade.currencies
22009
22009
tags:
22010
-
- Products
22010
+
- Trade REST API
22011
22011
parameters:
22012
22012
- name: accountId
22013
22013
in: path
@@ -22041,7 +22041,7 @@ paths:
22041
22041
description: Gets a list of all available products.
22042
22042
operationId: trade.products
22043
22043
tags:
22044
-
- Products
22044
+
- Trade REST API
22045
22045
parameters:
22046
22046
- name: accountId
22047
22047
in: path
@@ -22075,7 +22075,7 @@ paths:
22075
22075
description: Gets a snapshot of the level1 order book for product
22076
22076
operationId: trade.products.product.level1
22077
22077
tags:
22078
-
- Order Book
22078
+
- Trade REST API
22079
22079
parameters:
22080
22080
- name: accountId
22081
22081
in: path
@@ -22112,7 +22112,7 @@ paths:
22112
22112
description: Gets a snapshot of the order book for product
22113
22113
operationId: products.product.level2
22114
22114
tags:
22115
-
- Order Book
22115
+
- Trade REST API
22116
22116
parameters:
22117
22117
- name: accountId
22118
22118
in: path
@@ -22149,7 +22149,7 @@ paths:
22149
22149
description: Returns the list of currencies that are available for use as collateral.
0 commit comments