Skip to main content
GET
/
v1
/
polymarket
/
last-trade-price
Last executed trade price for a position
curl --request GET \
  --url https://api.radion.app/v1/polymarket/last-trade-price \
  --header 'X-API-Key: <api-key>'
{
  "price": 123,
  "side": "<string>",
  "tokenId": "<string>"
}

Authorizations

X-API-Key
string
header
required

Query Parameters

token_id
string
required

Response

price
number<double>
required
side
string
required
tokenId
string
required
Last modified on July 7, 2026