API
DeFiPIE API
Get all pools
Path Parameters
Name
Type
Description
{
"total": 16,
"items": [
{
"address": "0x24B6F00a2b5652cB81ea5B9fb5358cd759107145",
"decimals": 18,
"totalBorrows": "2037607438259529965606683",
"totalBorrowsUSD": "180787.041676482",
"totalSupply": "299244028086948488135433248",
"totalSupplyUSD": "541808.546311476",
"exchangeRate": "20405754202561353",
"depositApy": "10.045329",
"borrowApy": "36.381577",
"totalReserves": "9312295796471308574953",
"totalReservesUSD": "826.2349148287433737379172396510455474481",
"availableLiquidity": "4078004941263578081935774",
"availableLiquidityUSD": "361821.6322759919151421248277653098754784398",
"reserveFactor": "100000000000000000",
"collateralFactor": "50",
"utilizationRate": "0.34267243319999685662",
"baseRatePerBlock": "9512937595",
"multiplierPerBlock": "404299847792",
"lastUpdate": "2021-04-08T12:02:50.759Z",
"token": {
"address": "0x607C794cDa77efB21F8848B7910ecf27451Ae842",
"name": "DeFiPIE Token",
"symbol": "PIE",
"decimal": 18,
"imageUrl": null,
"price": 0.000042818955594137,
"priceUsd": 0.08872515788661128
}
}
]
}Get token list
Path Parameters
Name
Type
Description
Get account balances
Path Parameters
Name
Type
Description
Get user history
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Pool statistic
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get user distribution rewards
Path Parameters
Name
Type
Description
Get underwater account
Path Parameters
Name
Type
Description
Last updated