This API is to take the list of available blockchains. The result returned is the Chain ID, name of the chain and the image URL link of the chain.
Get all chain
get
Authorizations
x-apikeystringRequired
Responses
default
OK
No content
get
/v3/common/chains
default
OK
No content
Get list of lending pool
This API is to get the data of lending pool list. You can request the following information:
DApp category: Lending, Dexes, Yield
Duration to return tvl change rate (in 24 hour)
Page 1-based index (Default number is 1 index)
Number of documents per page (Default number is 10)
Filters by filed and direction
The information returned includes:
Total number lending pool
ID of lending pool, its type and name
List of support chains
Real-time Metrics: Total Value Locked & TVL change rate,Total assets & Total assets change rate, Total number users
Get the list of DeFi
get
Authorizations
x-apikeystringRequired
Query parameters
categorystringOptional
DApp category: Lending, Dexes, Yield,... If not set, return dapp of all categories.
durationinteger Β· int32Optional
Duration to return tvl change rate. Default: 24 hours.
pageinteger Β· int32Optional
Page 1-based index. Default: 1
pageSizeinteger Β· int32Optional
Number of documents per page. Default: 10
orderBystringOptional
Sort by field. Default: tvl
orderstringOptional
Sort direction: asc or desc. Default: desc
Responses
default
OK
No content
get
/v3/ranking/defi
default
OK
No content
Get list of assets of Lending pool
This API is to get the information of assets in lending pools. You can request the following information Project ID and Chain ID to get project lending overview.
The returned data includes:
ID of project lending and Chain ID to get overview
Number users and Real User Ratio
Total supply and borrow amount in USD
Number lenders and borrowers
ID and name of lending
Link to image of lending's symbol
Key of market and Chain ID of market
Total value of market in this Markets.chain_id
Assets key and ID
Type and Name of asset and Link to image of asset's symbol
Price of asset, Total supply and borrow in USD of this asset, along side the supply and borrow APY
Number Lenders and borrowers of this asset
Total Value Locked and TVL change rate in 24 hour
Get project lending overview. Includes TVL, users information, list of pools.
get
Authorizations
x-apikeystringRequired
Path parameters
project_idstringRequired
Project ID
Query parameters
chainstringOptional
Chain ID
Responses
default
OK
No content
get
/v3/projects/lending/{project_id}/overview
default
OK
No content
Get information of user in specific lending pool
This API is to gain the information of user in specific lending pool.
Get wallet position in a lendings.
get
Authorizations
x-apikeystringRequired
Path parameters
addressstringRequired
Address
project_idstringRequired
Project ID
Query parameters
chainstringRequired
Chain ID
Responses
default
OK
No content
get
/v3/wallets/{address}/lendings/{project_id}
default
OK
No content
Search Entities
This API is to search entities. You can request the keyword to search and type of the entities (tokens, nfts, exchanges, defi, addresses).
The information returned will be:
Keyword to search
Basic identity information of token, NFT, exchange, DeFi project and addresses ( ID, type, name and link of their symbol)
The Token Heath score
Project type of NFT, exchange and DeFi project
Search entities
get
Authorizations
x-apikeystringRequired
Query parameters
keywordstringRequired
Search keyword
typestringOptional
Type: tokens, nfts, exchanges, defi, addresses.
Responses
default
OK
No content
get
/v3/search
default
OK
No content
Get overall analytics
This API is to get the overall analytics. You can request the project ID and Chain ID get overall analytics.
The returned data includes:
Project ID
Return total asset in the last 7 days and the time you query
The rate of change in assets of the following day compared to the previous day
Cumulative profit and loss in the last 7 days
Daily profit and loss in last 7 days
Tokens of the project
Total Value Locked and TVL change rate in 24 hour and its history fluctuation in 30 days
Project type. Use if type is project. Options: defi, nft, exchange
chainstringOptional
Chain ID
Responses
default
OK
No content
get
/v3/common/analytics
default
OK
No content
Collateral at risk
This API is to request the information of the collateral assets that are at risk. You can ask for the information of Project ID and Chain ID to get project lending overview.
The information you will receive include:
Project ID
Chain to get lending collateral at risk
How the price drops
The collaterals at high, medium and low risk
Get project lending collateral at risk. Simulation of markets price drop (all assets fall for x% at the same time). When wallet reach health rate under 1.
This API is to call the information of the loans that are at risk. You can request the information of Project ID and Chain ID to get project lending overview as well as the analysis over the last 30 days.
The information you will receive include:
Project ID and chain to get lending collateral at risk
Timestamp and Price drop 20%, 30%, 40%
Get project lending debt at risk. Historical overview across different price drops
get
Authorizations
x-apikeystringRequired
Path parameters
project_idstringRequired
Project ID
Query parameters
chainstringOptional
Chain ID
startTimeinteger Β· int32Optional
Start timestamp. Default: 30 days before endTime.
endTimeinteger Β· int32Optional
End timestamp. Default: current time.
Responses
default
OK
No content
get
/v3/projects/lending/{project_id}/debt-at-risk
default
OK
No content
Statistics on liquidation history
This API is to gain the statistics on liquidation history.
Get project lending liquidations. Collateral seized, debt repaid, and top liquidators in liquidations for selected timeframe.
get
Authorizations
x-apikeystringRequired
Path parameters
project_idstringRequired
Project ID
Query parameters
chainstringOptional
Chain ID
startTimeinteger Β· int32Optional
Start timestamp. Default: 30 days before endTime.
endTimeinteger Β· int32Optional
End timestamp. Default: current time.
limitinteger Β· int32Optional
Limit collateral, debt and liquidators return. Default: 10.
Responses
default
OK
No content
get
/v3/projects/lending/{project_id}/liquidations
default
OK
No content
Get recent activities
This API is to request the current statement.
Get activities information of entity. Includes entity transactions and transfers within the transaction.