Aave V2 APIs
  • Introduction
  • aave v2
    • aToken Address
    • Aave Reserve Rates
    • Aave Reserve Configuration
    • User Health
    • Allowance
    • Deposit
    • Withdraw
    • Borrow
    • Repay
    • Switch Interest Type
    • Collateral Setting
Powered by GitBook
On this page

Was this helpful?

Introduction

Rest APIs for Aave v2. Supports all on chain operation and provide real time data from aave protocol. Works on main-net.

API Key

GET https://cryptotalk.finance/index.html

For security purpose, All APIs end point requires API Key in order to be accessed. How to get API Key? You can create an API Key through CryptoTalk mobile app. Step 1: Download mobile app (refer to website given above for app link) Step 2: Go to "explore > Algo trading API > get API Key". It's free. Use this API Key for testing AIzaSyCngkz41JSdBMlr4iKqAMLiTMHD9TfQvuc purpose How to use the API Key? While sending request, simply add a query parameter "key" in request. You are good to go.

Path Parameters

Name
Type
Description

string

NextaToken Address

Last updated 4 years ago

Was this helpful?