Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 909 Bytes

LastTradeCrypto200ResponseLast.md

File metadata and controls

13 lines (10 loc) · 909 Bytes

# LastTradeCrypto200ResponseLast

Properties

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=&quot;https://polygon.io/docs/crypto/get_v3_reference_exchanges\&quot;&gt;Exchanges&lt;/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.

[Back to Model list] [Back to API list] [Back to README]