API
DeFiPIE API
Get all pools
GET
https://api.defipie.com/:network/pools
This endpoint allows you to get all pools.
Path Parameters
network
string
network name "main" - Ethereum mainnet "rinkeby" - Ethereum Rinkeby testnet "bsc-main" - Binance Smart Chain mainnet "bsc-test" -Binance Smart Chain testnet
Get token list
GET
https://api.defipie.com/:network/tokens
Whitelist of approved tokens
Path Parameters
network
string
network name
Get account balances
GET
https://api.defipie.com/:network/user-balance/:address
Path Parameters
network
string
network name
address
string
user address
Get user history
GET
https://api.defipie.com/:network/history?address=:address
Get all user transactions
Path Parameters
network
string
network name
Query Parameters
address
string
user address
limit
number
limit for list
offset
number
offset in list
Pool statistic
GET
https://api.defipie.com/:network/statistic?address=:address
Get pool statistics for the previous 30 days
Path Parameters
network
string
network name
Query Parameters
address
string
user address
Get user distribution rewards
GET
https://api.defipie.com/:network/distribution
Path Parameters
network
string
network name
Get underwater account
GET
https://api.defipie.com/:network/underwater
Get accounts to be liquidated
Path Parameters
network
string
network name
Last updated
Was this helpful?