Deframe
  • 🏠Getting Started
  • 🏗️Architecture Overview
  • Tutorial Guides
    • Loans
      • How to quote for a new loan
      • How to execute a new loan
      • How to get current position of a loan
      • How to repay a loan
    • Yield
      • How to check protocol info
      • How to deposit
      • How to check open positions
      • How to withdraw
    • Swaps
      • EVM
        • How to execute a swap
        • How to get a quote
      • Solana
        • How to execute a swap
        • How to get a quote
  • ⚙️API
    • GET /strategies
    • GET /strategies/:id
    • GET /strategies/:id/bytecode
    • GET /wallets/:address
  • 🔒Protocols
  • 🗳️Widget Integration
Powered by GitBook
On this page

API

Integrate our API directly into your dApp.

Welcome to the API documentation for our lending and borrowing as a service system. This API enables users to lend, borrow, and manage loans using cryptocurrency assets as collateral. Whether you're looking to open a loan, repay your debt, or adjust the collateral in the system, our API provides the tools to securely and efficiently perform these operations, ensuring a transparent and decentralized financial experience.

Below you can find the main service endpoints:

  • GET /strategies - Get all available strategies

  • GET /strategies/:id - Get details for a specific strategy

  • GET /strategies/:id/bytecode - Get transaction bytecode for a strategy

  • GET /wallets/:address - Get wallet position information

\

PreviousHow to get a quoteNextGET /strategies

Last updated 3 months ago

⚙️