For the complete documentation index, see llms.txt. This page is also available as Markdown.

Market Price

returns the last traded price

Get market price

get

Get market price

Query parameters
symbolstringRequired
Responses
200

OK

application/json
pricenumberOptionalExample: 0.93
get/market/market-price
GET /market/market-price?symbol=text HTTP/1.1
Accept: */*
{
  "price": 0.93
}

Last updated