Max stable rate borrow size percent
get
Retrieves the maximum stable rate borrow size percentage from the lending pool.
Authorizations
AuthorizationstringRequired
Query parameters
addressstringRequired
- The address of the lending pool.
chainIdstringRequired
- The chain ID of the blockchain network.
Header parameters
AuthorizationstringRequired
- The authorization token for the request.
Responses
200
A promise that resolves to a LendingPoolAPIResponse containing the maximum stable rate borrow size percentage.
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-stable-rate-borrow-size-percent
GET /lending-pool/max-stable-rate-borrow-size-percent?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 stable rate borrow size percentage.
{
"success": true,
"message": "text",
"data": 1
}