GET /api/public/market/btc-aud/ticker/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: public, s-maxage=1
Content-Type: application/json
Vary: Accept

{
    "price": {
        "last": "41000",
        "low": null,
        "high": null,
        "change": 0,
        "best_bid": null,
        "best_ask": null
    },
    "volume": {
        "1d": 0,
        "24h": 0,
        "30d": 0,
        "3m": 0,
        "6m": 0,
        "1y": 0
    }
}