BINANCE.FUTURE.TRADES
Premium
Get recent market trades information.
Syntax
=BINANCE.FUTURE.TRADES(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 500 and max. supported is 1000. |
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 market trades for BTCUSDT. Returned list is limited to 10. |