24hr Ticker Price Change Statistics - GoldFund/goldfundapi GitHub Wiki
Get All Tickers
24 hour rolling window price change statistics.
BASE URL
HTTP REQUEST
GET /api/v1/ticker/24hr
Example
GET /api/v1/ticker/24hr
Parameters
| Field | Type | Mandatory | Description |
|---|---|---|---|
| symbol | String | NO |
Note:- If the symbol is not sent, prices for all symbols will be returned in an array.
RESPONSES
| Field | Description |
|---|---|
| symbol | Symbol |
| priceChange | Change price |
| priceChangePercent | Price change percentage |
| lastPrice | The last traded price |
| openPrice | Open price |
| lowPrice | Lowest price |
| highPrice | Highest price |
| volume | 24h volume |
| pairPrecision | Pair coin digit |
| basePrecision | Market coin digit |
| baseCurrency | Market currency |
| quoteCurrency | Pair currency |
| baseSymbol | Market symbol |
| quoteSymbol | Pair symbol |