Price

Get EVER price, market cap and volume

Now you can get EVER price, .... from Evercloud.

Run this query:

query{
  price{
    price{
      usd
    }
    volume{
      usd
    }
    marketCap{
      usd
    }
  }
}

Only USD denomination is supported now.

Last updated