πAtlendis Gateway
Relevant Endpoints
How to query the gateway
Querying a lender's positions
query lenderPositions {
positionsOverviews(
lender: "${userAddress}"
chainId: 137
) {
instanceId
status
depositAmount
borrowedAmount
earnings
creationTimestamp
}
}Querying a lender's account history
Querying all pools overviews
Last updated