Bid side of the BTC/AUD Order Book

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "price": "180",
            "volume": "1.66662814"
        },
        {
            "price": "95",
            "volume": "1.7658212"
        },
        {
            "price": "35",
            "volume": "5.23199309"
        },
        {
            "price": "4.28",
            "volume": "20.1956441"
        },
        {
            "price": "1.5",
            "volume": "75.4041064"
        },
        {
            "price": "1.2",
            "volume": "263.6314701"
        }
    ]
}