cryptoapis.io
Advanced tools
Comparing version 4.4.0 to 4.4.1
{ | ||
"name": "cryptoapis.io", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "Crypto APIs SDK", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -71,9 +71,3 @@ ## Previous version of this doc [here](./README--deprecated.md) | ||
# Blockchain as a Service APIs | ||
## List of all methods available | ||
NOTES: | ||
* XXX - blockchain (BTC / BCH / LTC / DOGE / DASH / ETH / ETC / ZIL) | ||
* doc links target BTC / ETH in our documentation to avoid repetition. For other blockchains refer to the corresponding parts in our [documentation](https://docs.cryptoapis.io/) | ||
### Usage notes | ||
* `required` arguments (e.g. `getBlockByHeight(blockHeight)` means the correct usage is `getBlockByHeight(567)` | ||
@@ -90,2 +84,9 @@ * `one of` arguments (e.g. `transferTokens(fromAddress, toAddress, contract, gasPrice, gasLimit, token, password/privateKey)` means the following are correct usages: | ||
# Blockchain as a Service APIs | ||
## List of all methods available | ||
NOTES: | ||
* XXX - blockchain (BTC / BCH / LTC / DOGE / DASH / ETH / ETC / ZIL) | ||
* doc links target BTC / ETH in our documentation to avoid repetition. For other blockchains refer to the corresponding parts in our [documentation](https://docs.cryptoapis.io/) | ||
### BTC / BCH / LTC / DOGE / DASH methods | ||
@@ -260,3 +261,3 @@ | ||
* caClient.CMD.meta.listExchangesBySupportingAssets(assetId, ?{?skip, ?limit} = {skip: 0, limit: 50}) ([docs](https://docs.cryptoapis.io/rest-apis/crypto-market-data-apis/index#list-exchanges-by-supporting-assets)) | ||
* caClient.CMD.meta.listExchangesBySupportingPairs(assetId_1, assetId_2, , ?{?skip, ?limit} = {skip: 0, limit: 50}) ([docs](https://docs.cryptoapis.io/rest-apis/crypto-market-data-apis/index#list-exchanges-by-supporting-pairs)) | ||
* caClient.CMD.meta.listExchangesBySupportingPairs(assetId_1, assetId_2, ?{?skip, ?limit} = {skip: 0, limit: 50}) ([docs](https://docs.cryptoapis.io/rest-apis/crypto-market-data-apis/index#list-exchanges-by-supporting-pairs)) | ||
* caClient.CMD.meta.listAllSymbolsSupportedInExchange(exchangeId, ?{?skip, ?limit} = {skip: 0, limit: 50}) ([docs](https://docs.cryptoapis.io/rest-apis/crypto-market-data-apis/index#list-all-symbols-supported-in-exchange)) | ||
@@ -311,10 +312,10 @@ * caClient.CMD.meta.listAllAssets(?{?skip, ?limit} = {skip: 0, limit: 50}) ([docs](https://docs.cryptoapis.io/rest-apis/crypto-market-data-apis/index#list-all-assets)) | ||
#### Private APIs | ||
* caClient.TR.privateAPIs.listAllExchanges() ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#list-all-exchanges))) | ||
* caClient.TR.privateAPIs.getBalance(accountId) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#balance))) | ||
* caClient.TR.privateAPIs.getDepositAddress(accountId, code) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#get-deposit-address))) | ||
* caClient.TR.privateAPIs.getMyTrades(accountId) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#get-my-trades))) | ||
* caClient.TR.privateAPIs.getOpenOrders(accountId) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#get-open-orders))) | ||
* caClient.TR.privateAPIs.createOrder(accountId, symbol, type, side, amount, price) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#create-order))) | ||
* caClient.TR.privateAPIs.cancelOrder(accountId, id) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#cancel-order))) | ||
* caClient.TR.privateAPIs.withdraw(accountId, code, amount, address) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#withdraw))) | ||
* caClient.TR.privateAPIs.listAllExchanges() ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#list-all-exchanges)) | ||
* caClient.TR.privateAPIs.getBalance(accountId) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#balance)) | ||
* caClient.TR.privateAPIs.getDepositAddress(accountId, code) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#get-deposit-address)) | ||
* caClient.TR.privateAPIs.getMyTrades(accountId) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#get-my-trades)) | ||
* caClient.TR.privateAPIs.getOpenOrders(accountId) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#get-open-orders)) | ||
* caClient.TR.privateAPIs.createOrder(accountId, symbol, type, side, amount, price) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#create-order)) | ||
* caClient.TR.privateAPIs.cancelOrder(accountId, id) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#cancel-order)) | ||
* caClient.TR.privateAPIs.withdraw(accountId, code, amount, address) ([docs](https://docs.cryptoapis.io/rest-apis/trading-apis/private-apis/index#withdraw)) | ||
@@ -321,0 +322,0 @@ #### Arbitrage |
242581
321