Last Trade
GET
/v1/last/crypto/{from}/{to}
Retrieve the most recent trade details for a specified cryptocurrency pair, including price, size, timestamp, exchange, and conditions. This endpoint delivers up-to-date market information, enabling real-time monitoring, rapid decision-making, and integration into crypto trading or analytics tools.
Use Cases: Real-time market monitoring, algorithmic trading, analytical insights, application development.
Path Parameters
from
string
required
The "from" symbol of the pair.
to
string
required
The "to" symbol of the pair.
Response Attributes
last
object
optional
Contains the requested trade data for the specified cryptocurrency pair.
conditions
array (integer)
optional
A list of condition codes.
exchange
integer
The exchange that this crypto trade happened on.
See Exchanges for a mapping of exchanges to IDs.
price
number
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
number
The size of a trade (also known as volume).
timestamp
integer
The Unix millisecond timestamp.
request_id
string
A request id assigned by the server.
status
string
The status of this request's response.
symbol
string
The symbol pair that was evaluated from the request.