Retrieves reserve data for a specific asset from the lending pool.
Represents the structure of the API response for the Lending Pool.
GET //lending-pool/reserve-data HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a LendingPoolAPIResponse containing the reserve data.
LendingPoolAPIResponse
{ "success": true, "message": "text", "data": null }