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

IndexedRouteMap

get

Retrieves the indexed route map.

Authorizations
AuthorizationstringRequired
Query parameters
onlyDirectRoutesbooleanOptional
  • A boolean value indicating whether to only include direct routes in the map.
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
200

A promise that resolves to a JupiterAPIResponse containing the indexed route map.

application/json

Represents the structure of a response from the Jupiter API.

successbooleanRequired

Indicates whether the API request was successful.

messagestringRequired

A message providing additional information about the API response.

dataanyOptional

Optional data returned by the API. The type of this property is determined by the generic type parameter T.

get
/jupiter/indexedRouteMap
200

A promise that resolves to a JupiterAPIResponse containing the indexed route map.