Orderbook
Best bid or ask price for a position
GET
Best bid or ask price for a position
Last modified on July 7, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Need an API key? Sign in to the dashboard to get started.
curl --request GET \
--url https://api.radion.app/v1/polymarket/price \
--header 'X-API-Key: <api-key>'{
"price": 123,
"tokenId": "<string>"
}Was this page helpful?
curl --request GET \
--url https://api.radion.app/v1/polymarket/price \
--header 'X-API-Key: <api-key>'{
"price": 123,
"tokenId": "<string>"
}