Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8828,7 +8828,7 @@ paths:
/api/v1/marketdata/cryptocompare/historical/prices:
get:
tags:
- Market Data
- CryptoCompare
summary: Get historical prices
description: Get a list of historical prices in a specified time range. Using this endpoint requires an access token with the appropriate enterprise ID.
operationId: marketdata.cryptocompare.historical.prices.get
Expand Down Expand Up @@ -8856,7 +8856,7 @@ paths:
/api/v1/marketdata/cryptocompare/spot/prices:
get:
tags:
- Market Data
- CryptoCompare
summary: Get spot prices
description: Get historical spot prices from a specific time. Using this endpoint requires an access token with the appropriate enterprise ID.
operationId: marketdata.cryptocompare.spot.prices.get
Expand Down Expand Up @@ -21630,7 +21630,7 @@ paths:
description: Get the current user’s public information.
operationId: trade.user.current
tags:
- Accounts
- Trade REST API
responses:
'200':
description: A user
Expand All @@ -21650,7 +21650,7 @@ paths:
description: Get the list of trading accounts that the current user belongs to.
operationId: trade.accounts
tags:
- Accounts
- Trade REST API
responses:
'200':
description: An array of accounts
Expand All @@ -21675,7 +21675,7 @@ paths:
description: Get balance information about a single trading account.
operationId: trade.accounts.balances
tags:
- Accounts
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -21709,7 +21709,7 @@ paths:
description: Lists all orders from the given trading account.
operationId: trade.orders.detail
tags:
- Orders
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -21790,7 +21790,7 @@ paths:
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.
operationId: trade.orders.add
tags:
- Orders
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -21825,7 +21825,7 @@ paths:
description: Get a single order by order id.
operationId: trade.orders.order
tags:
- Orders
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -21862,7 +21862,7 @@ paths:
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.
operationId: trade.orders.order.cancel
tags:
- Orders
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -21895,7 +21895,7 @@ paths:
description: Lists trades from the trading account. This will include trades that have not yet settled.
operationId: trade.trades
tags:
- Orders
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -21970,7 +21970,7 @@ paths:
description: Get the details of a single trade by trade id.
operationId: trade.trades.trade
tags:
- Orders
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -22007,7 +22007,7 @@ paths:
description: Gets a list of all available currencies.
operationId: trade.currencies
tags:
- Products
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -22041,7 +22041,7 @@ paths:
description: Gets a list of all available products.
operationId: trade.products
tags:
- Products
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -22075,7 +22075,7 @@ paths:
description: Gets a snapshot of the level1 order book for product
operationId: trade.products.product.level1
tags:
- Order Book
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -22112,7 +22112,7 @@ paths:
description: Gets a snapshot of the order book for product
operationId: products.product.level2
tags:
- Order Book
- Trade REST API
parameters:
- name: accountId
in: path
Expand Down Expand Up @@ -22149,7 +22149,7 @@ paths:
description: Returns the list of currencies that are available for use as collateral.
operationId: trade.margin.collateral.currencies.list
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand All @@ -22176,7 +22176,7 @@ paths:
description: Returns the balance of assets deposited as collateral for the specified account.
operationId: trade.margin.collateral.transferred.list
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand Down Expand Up @@ -22221,7 +22221,7 @@ paths:
description: Returns the margin risk settings for the specified account.
operationId: trade.margin.risksettings.get
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand Down Expand Up @@ -22267,7 +22267,7 @@ paths:
description: Returns the net open positions for the specified account.
operationId: trade.margin.netopenpositions.get
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand Down Expand Up @@ -22301,7 +22301,7 @@ paths:
description: Returns the asset-specific net open position limits for the specified account.
operationId: trade.margin.netopenpositionlimits.get
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand All @@ -22327,7 +22327,7 @@ paths:
description: Runs margin calculations and returns the margin risk profile for the specified account.
operationId: trade.margin.riskprofile.get
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand Down Expand Up @@ -22399,7 +22399,7 @@ paths:
description: Transfers collateral for the specified account.
operationId: trade.margin.collateral.transfer
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand Down Expand Up @@ -22452,7 +22452,7 @@ paths:
description: Transfers the amount specified to cover margin position for the specified account.
operationId: trade.margin.positions.transfer
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand Down Expand Up @@ -22505,7 +22505,7 @@ paths:
description: Transfers the exact amount to cover all short margin positions for the specified account.
operationId: trade.margin.positions.cover
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand Down Expand Up @@ -22571,7 +22571,7 @@ paths:
description: Starts an asynchronous process to automatically close all positions by selling and buying assets to attempt to net them to zero.
operationId: trade.margin.positions.close
tags:
- Margin
- Trade REST API
parameters:
- name: accountID
in: path
Expand Down