Show

GET Show

{{url}}/coins/ALGO?dateFrom=2022-02-16&dateTo=2022-04-17

PARAMS

dateFrom2022-02-16

dateTo

2022-04-17

Example Request

curl --location -g --request GET '{{url}}/coins/ALGO?dateFrom=2022-02-16&dateTo=2022-04-17'

Sample response

{
    "success": true,
    "code": 200,
    "message": null,
    "result": {
        "marketData": {
            "open": "0.717463562127",
            "high": "0.727984127897",
            "low": "0.717463562127",
            "close": "0.721695310980",
            "volume": 219332567.2967302,
            "name": "Algorand",
            "symbol": "ALGO",
            "slug": "algorand",
            "price": "0.721920309746",
            "volume_24h": 219520249.58436716,
            "percent_change_24h": -3.51159869,
            "market_cap": 4844678934.076042,
            "circulating_supply": 6710822328.543924,
            "total_supply": 7101467910.956717,
            "max_supply": 10000000000,
            "percent_change_1h": -0.5200945,
            "percent_change_7d": -1.29977943,
            "percent_change_30d": -11.46738924,
            "percent_change_60d": -17.05067005,
            "percent_change_90d": -29.85850418,
            "last_updated": "2022-04-22T03:19:00.000Z"
        },
        "chart": {
            "profit": {
                "profit": "100.00",
                "loss": "0.00"
            },
            "action": {
                "buy": 2,
                "sell": 3
            },
            "result": {
                "trend_changed": 0,
                "stop_loss": 0,
                "won": 4
            }
        }
    },
    "errors": null,
    "execute_time": 0.662636,
    "timestamp": 1650597621.566174
}

Last updated