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

Top apr

get
Authorizations
AuthorizationstringRequired
Query parameters
limitnumber · doubleOptional
Header parameters
AuthorizationstringRequired
Responses
200

Ok

application/json

Represents the response structure from the Lynex 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, if any.

get/lynex/data/pools/top-apr
GET /lynex/data/pools/top-apr HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Accept: */*
200

Ok

{
  "success": true,
  "message": "text",
  "data": null
}