BINANCE.SPOT.ORDERBOOK
Premium
Get order book information.
Syntax
=BINANCE.SPOT.ORDERBOOK(Symbol, [Limit], [ResponseTarget])
Arguments
| Name | Type | Description |
|---|---|---|
| Symbol | String | Symbol of the digital asset, e.g. BTCUSDT. Please refer to the Binance Docs for a list of supported assets. |
| Limit (optional) | Number | Optional limit. Defaults to 100 and max. supported is 5000. |
| ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to. |
Return
| Type | Description |
|---|---|
| JSON | Response if successful. |
Examples
| Formula | Result | Comment |
|---|---|---|
| JSON | Retrieves orders for BTCUSDT. Returned list is limited to 50 |