BINANCE.SPOT.TRADES
Premium
Get trades information.
Syntax
=BINANCE.SPOT.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 | Requests trades information for "BNBBTC". |