Reserve data

get

Retrieves reserve data for a specific asset from the lending pool.

Authorizations
Query parameters
addressstringRequired
  • The address of the lending pool.
chainIdstringRequired
  • The chain ID of the blockchain network.
assetstringRequired
  • The asset for which to retrieve reserve data.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
200
A promise that resolves to a `LendingPoolAPIResponse` containing the reserve data.
application/json
get
GET //lending-pool/reserve-data HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

A promise that resolves to a LendingPoolAPIResponse containing the reserve data.

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