GetDebtCeiling

get

Retrieves the debt ceiling for a specified asset from the Aave V3 Pool Address Provider Registry.

Authorizations
Path parameters
accountstringRequired
  • The account identifier.
Query parameters
chainIdstringRequired
  • The blockchain chain identifier.
addressstringRequired
  • The address of the Pool Address Provider Registry.
assetstringRequired
  • The asset for which to retrieve the debt ceiling.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
200
A promise that resolves to a PoolAddressProviderRegistryAPIResponse containing the debt ceiling as a string.
application/json
get
GET //aave/v3/poolAddressProviderRegistry/{account}/getDebtCeiling HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

A promise that resolves to a PoolAddressProviderRegistryAPIResponse containing the debt ceiling as a string.

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