get_l2_book
Retrieve the Level 2 order book for a specific cryptocurrency token on the Hyperliquid exchange to analyze market depth and liquidity.
Instructions
Get the L2 book of a token on Hyperliquid
Input Schema
Name | Required | Description | Default |
---|---|---|---|
required | No | ||
symbol | No | The symbol of the token to get the price of |
Input Schema (JSON Schema)
{
"properties": {
"required": [
"symbol"
],
"symbol": {
"description": "The symbol of the token to get the price of",
"type": "string"
}
},
"type": "object"
}