Skip to main content
GET
/
last-trade-price
cURL
curl --request GET \
  --url https://api.blink15.com/last-trade-price
{
  "price": "<string>"
}

Query Parameters

token_id
string
required

Token ID (hex or decimal)

Response

200 - application/json

Most recent trade price for the token

Get last trade price - GET /last-trade-price

price
string
required