GET /v2/exchanges
GET /v2/exchanges/pair/:pair
params
name | type | Ranges |
---|---|---|
pair | string | xrpcny, xlmcny, ultcny, ultxrp, xlmxrp |
Response
name | type | desc |
---|---|---|
base_volume | number | base currecny volume |
close | string | current price |
high | string | 24h high price |
sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm install node
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn