Skip to main content
GET
/
marketplace
/
get-order-book-stats
/
v1
Get order book stats
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
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object
required