Hi,
I’m thrilled to see that Get Product Book is part of the API now, but in the process of implementing it, the docs seem wrong. The included example response has “pricebooks” as the main key in the response, but it’s “pricebook” in the real responses from the API. I’m including a real response for context, minus the 1K bids/asks:
{
"pricebook": {
"product_id": "BTC-USD",
"bids": [
{
"price": "30034.05",
"size": "0.0406471"
},
...
]
}
}