Description Usage Details Value References Examples
The pairs
function returns all currency-pairs
currently available on the C-Cex crypto-currency exchange
https://c-cex.com.
1 | pairs()
|
The pairs
function returns a named list. The result
element is a vector of names for all markets on the exchange. The
format for a market is "currency1-currency2"
where currency2 is the reference currency.
As an example, if you want to buy U.S. dollars with bitcoins you would create a "buy" order for the market denoted "usd-btc".
A named list with the following elements:
success: a boolean indicating if the request successful?
message: a string describing the error if the request was not successful, otherwise and empty string."
result: a character vector of the available markets.
https://c-cex.com/?id=api#prices.json
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.