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

Type

get
Authorizations
AuthorizationstringRequired
Path parameters
typestringRequired
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/type/{type}
GET /lynex/data/pools/type/{type} HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Accept: */*
200

Ok

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