🔌API Reference
API Reference for Secured Finance protocols
What You'll Learn
Key Components
Subgraphs
Available Networks
Protocol
Ethereum
Arbitrum
Filecoin
Subgraph Endpoints
Fixed-Rate Lending Subgraph
Getting Started
Interactive API Documentation
Body
querystringRequiredExample:
GraphQL query to execute
{ lendingMarkets( where: { isActive: true }, orderBy: maturity, orderDirection: asc, first: 10 ) { id currency maturity isActive openingUnitPrice lastLendUnitPrice lastBorrowUnitPrice volume } }variablesobjectOptional
Variables for the GraphQL query (optional)
Responses
200
Successful response
application/json
post
/200
Successful response
Using the Interactive Documentation
Related Resources
Last updated
Was this helpful?