Retrieves the maximum stable rate borrow size percentage from the lending pool.
Represents the structure of the API response for the Lending Pool.
GET //lending-pool/max-stable-rate-borrow-size-percent HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a LendingPoolAPIResponse containing the maximum stable rate borrow size percentage.
{ "success": true, "message": "text", "data": 1 }