Query L3 Order Book
Retrieve Level3 order book data, which provides individual order information at each price level. This includes order IDs and timestamps for each order in the book.
The Level3 endpoint requires authentication.
API Key Permissions Required: Orders and trades - Query open orders & trades
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
Body
Nonce used in construction of API-Sign header
Asset pair to get order book for
"YFI/EUR"
Number of price levels to return per side (bids/asks). Use 0 to return the full book.
0, 10, 25, 100, 250, 1000 10