Max reserves
get
Retrieves the maximum number of reserves from the lending pool.
Authorizations
AuthorizationstringRequired
Query parameters
addressstringRequired
- The address of the lending pool.
chainIdstringRequired
- The chain ID where the lending pool is located.
Header parameters
AuthorizationstringRequired
- The authorization token from the request header.
Responses
200
A promise that resolves to a LendingPoolAPIResponse containing the maximum number of reserves.
application/json
Represents the structure of the API response for the Lending Pool.
successbooleanRequired
Indicates whether the API request was successful.
messagestringRequired
Provides a message related to the API response.
datanumber · doubleOptional
Contains the data returned by the API, if any.
get/lending-pool/max-reserves
GET /lending-pool/max-reserves?address=text&chainId=text HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Accept: */*
200
A promise that resolves to a LendingPoolAPIResponse containing the maximum number of reserves.
{
"success": true,
"message": "text",
"data": 1
}