Name | Type | Description | Notes |
---|---|---|---|
c | int[] | The trade conditions. | |
i | string | The Trade ID which uniquely identifies a trade. These are unique per combination of ticker, exchange, and TRF. For example: A trade for AAPL executed on NYSE and a trade for AAPL executed on NASDAQ could potentially have the same Trade ID. | |
p | float | The price of the trade. This is the actual dollar value per whole share of this trade. A trade of 100 shares with a price of $2.00 would be worth a total dollar value of $200.00. | |
s | float | The size (volume) of the trade. | |
t | int | The millisecond accuracy timestamp. This is the timestamp of when the trade was generated at the exchange. | |
x | int | The exchange that this crypto trade happened on. See <a href="https://polygon.io/docs/crypto/get_v3_reference_exchanges\">Exchanges</a> for a mapping of exchanges to IDs. |