Skip to main content
GET
Latest Spot Trade

Latest Spot Trade

Returns the most recent Binance Spot trade for a supported coin.
Requires a Pro or Enterprise plan.

Request

Headers

string
required
Your API key. See Authentication.

Path parameters

string
required
Coin symbol. Supported values: btc, eth, sol.

Response

integer
Binance trade ID.
number
Trade price rounded to 2 decimal places.
number
Base quantity rounded to 5 decimal places.
number
Quote quantity rounded to 5 decimal places.
integer
Trade timestamp in UTC epoch milliseconds.
boolean
Whether the buyer was the maker.
boolean
Whether the trade was the best price match.

Example

cURL

Response