Name | Type | Description | Notes |
---|---|---|---|
conditions | int[] | A list of condition codes. | [optional] |
exchange | 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. | |
price | 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. | |
size | float | The size of a trade (also known as volume). | |
timestamp | int | The Unix millisecond timestamp. |