Exchange aggregated ticker

https://api.koinju.io/tickers/exchanges/:timeframe/:id

Path Parameters

Variable

Type

Description

timeframe (required)

string

Timeframe name (15s or 1d, default is 15s)

id

(required)

string

ID of the crypto on which you wish to get details. The IDs can be found here https://api.koinju.io/cryptos

Output format🧬

Variable

Format

Description

count

number

The number of tickers.

payload

object

The list of ticker objects.

payload variables

Variable

Format

Description

id

string

ID of the cryptocurrency.

exchange

string

Exchange name.

base

string

Symbol of the cryptocurrency.

quote

string

Symbol of the currency in which calculated values are expressed.

timestamp

string

Timestamp of the ticker.

timeframe

string

Timeframe name.

price

object

Average price value of the cryptocurrency in the last 24 hours.

volume

object

Total volume exchanged within the last 24 hours.

marketCap

object

Market cap of the cryptocurrency.

markets

string

List of the markets considered in the ticker calculation.

hash

string

Hash of the ticker.

price variables

Variable

Format

Description

value

string

Average price of the cryptocurrency.

vwap

string

Volume weighted average price of the cryptocurrency.

twap

string

Time weighted average price of the cryptocurrency.

change_1h

string

Variation between the current price and the price from 1 hour ago.

change_24h

string

Variation between the current price and the price from 24 hours ago

percent_change_1h

string

Percentage of the variation between the current price and the price from 1 hour ago.

percent_change_24h

string

Percentage of the variation between the current price and the price from 24 hours ago.

volume variables

Variable

Format

Description

value

string

Volume exchanged within the last 24 hours.

change_1h

string

Variation between the current volume and the volume from 1 hour ago.

change_24h

string

Variation between the current volume and the volume from 24 hours ago

percent_change_1h

string

Percentage of the variation between the current volume and the volume from 1 hour ago.

percent_change_24h

string

Percentage of the variation between the current volume and the volume from 24 hours ago.

marketCap variables

Variable

Format

Description

value

string

Market cap value.

change_1h

string

Variation between the current market cap and the market cap from 1 hour ago.

change_24h

string

Variation between the current market cap and the market cap from 24 hours ago

percent_change_1h

string

Percentage of the variation between the current market cap and the market cap from 1 hour ago.

percent_change_24h

string

Percentage of the variation between the current market cap and the market cap from 24 hours ago.

markets variables

Variable

Format

Description

list

object

List of the markets, grouped by exchange, considered in the calculations.

number_of_trades

object

Number of trades considered in the calculations.

number_of_trades variables

Variable

Format

Description

value

string

Number of trades considered in the calculations.

change_1h

string

Variation between the current number of trades and the number of trades from 1 hour ago.

change_24h

string

Variation between the current number of trades and the number of trades from 24 hours ago

percent_change_1h

string

Percentage of the variation between the current number of trades and the number of trades from 1 hour ago.

percent_change_24h

string

Percentage of the variation between the current number of trades and the number of trades from 24 hours ago.

Example of reply

{
    "count": 2,
    "payload": [
        {
            "id": "btc-bitcoin",
            "exchange": "bitfinex",
            "base": "BTC",
            "quote": "USD",
            "timestamp": 1602000720000000000,
            "timeframe": "1d",
            "price": {
                "value": "10742.43606750864476404476",
                "vwap": "10742.43606750864476404476",
                "twap": "10695.76719345861296489519",
                "change_1h": "-5.37337703024287453488",
                "change_24H": "42.57192854295203130208",
                "percent_change_1h": "-0.049995090236486865",
                "percent_change_24h": "0.397873542972549054"
            },
            "volume": {
                "value": "33494442.4848455232562710745724456864",
                "change_1h": "2902462.166101264423086971104874243",
                "change_24H": "601331.2611398264912018641701199507",
                "percent_change_1h": "9.48765701291613814",
                "percent_change_24h": "1.828137378219345174"
            },
            "marketCap": {
                "value": "198801401791.626794016246036393",
                "change_1h": "-99440655.66266",
                "change_24H": "787843559.70337",
                "percent_change_1h": "-0.049995090236489412",
                "percent_change_24h": "0.397873542972551421"
            },
            "markets": {
                "list": [
                    "ADA-BTC",
                    "BTC-GBP",
                    "AION-BTC",
                    "ALGO-BTC"
                ],
                "number_of_trades": {
                    "value": "47479",
                    "change_1h": "4360",
                    "change_24H": "5385",
                    "percent_change_1h": "10.111551752127832278",
                    "percent_change_24h": "12.79279707321708557"
                }
            },
            "hash": "989c0ed2e2028f5bfb0ed6d2fc39b5ed053f50f3"
        },
        {
            "id": "btc-bitcoin",
            "exchange": "bittrex",
            "base": "BTC",
            "quote": "USD",
            "timestamp": 1602000720000000000,
            "timeframe": "1d",
            "price": {
                "value": "10741.41657249006132523581",
                "vwap": "10741.41657249006132523581",
                "twap": "10680.03266141149218465465",
                "change_1h": "-10.99491691317083959997",
                "change_24H": "-16.59572126575939861665",
                "percent_change_1h": "-0.102255358474762638",
                "percent_change_24h": "-0.154263825069171081"
            },
            "volume": {
                "value": "20353147.8442019342857705082132729211",
                "change_1h": "880805.0429346540878876081445464904",
                "change_24H": "892954.9272888108115995537282143929",
                "percent_change_1h": "4.523364506901195193",
                "percent_change_24h": "4.588623201739851735"
            },
            "marketCap": {
                "value": "198817981513.09047784791909429975",
                "change_1h": "-203510139.73142",
                "change_24H": "-307178087.87555",
                "percent_change_1h": "-0.102255358474766238",
                "percent_change_24h": "-0.154263825069175119"
            },
            "markets": {
                "list": [
                    "ADT-BTC",
                    "ADA-BTC",
                    "XLM-BTC",
                    "VLX-BTC"
                ],
                "number_of_trades": {
                    "value": "95498",
                    "change_1h": "3261",
                    "change_24H": "5802",
                    "percent_change_1h": "3.535457571256654054",
                    "percent_change_24h": "6.468515875847306457"
                }
            },
            "hash": "96e900e1b2b279d56d856c91b555c289e7c8181b"
        }
    ]
}

Last updated