cURL
curl --request GET \ --url https://api.collectpure.com/marketplace/get-order-book-stats/v1 \ --header 'x-api-key: <api-key>'
{ "data": { "bid": 123, "ask": 123, "listing": 123, "offer": 123, "product": 123 } }
Retrieve the order book stats. This endpoint returns the bid, ask, listing, offer, and product stats.
API key for authentication
Default Response
Show child attributes