Coinranking integration (Finance, Data). Imported from open-connector.
https://api.coinranking.com/v2/search-suggestions
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | Search query used for Coinranking suggestions. |
/coins
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of coins to return. |
| offset | integer | optional | Number of leading results to skip. |
| search | string | optional | Search string used to filter the returned coins. |
| orderBy | string | optional | Field used to sort the returned coins. |
| orderDirection | string | optional | Sort direction applied to the ordered result set. |
| referenceCurrencyUuid | string | optional | Reference currency UUID used to price the returned coins. |
| timePeriod | string | optional | Time period used for change and historical market data. |
/coin/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | Coin UUID returned by Coinranking. |
| referenceCurrencyUuid | string | optional | Reference currency UUID used to price the returned coin. |
| timePeriod | string | optional | Time period used for change and historical market data. |
/coin/{uuid}/price-history
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | Coin UUID returned by Coinranking. |
| referenceCurrencyUuid | string | optional | Reference currency UUID used to price the historical points. |
| timePeriod | string | optional | Time period used for change and historical market data. |
/reference-currencies
/stats