🏊♂️Pooling Markets
Defitrack tracks various pooling markets across different chains. We try to maintain an up to date database of active and inactive markets in order to locate user funds, as well as locate opportunities.
Introduction
Pooling Markets in the DeCentriFi ecosystem represent a dynamic segment of the decentralized finance (DeFi) platform, where users can participate in liquidity pools. These markets are essentially collections of liquidity pools that support various DeFi activities such as swapping, yield farming, and staking.
Fetching all supported markets for a specific protocol
Return a list of Pooling Markets, which contain information about which tokens can be put in a pool on a specific platform. It often returns the APR, which is the rate you get for providing your assets to the pool.
Fetches all staking markets for a specific protocol on a specific network.
GET
https://api.decentri.fi/{protocol}/pooling/all-markets
Path Parameters
Name | Type | Description |
---|---|---|
protocol* | String | slug of the protocol |
Fetching all supported markets (paginated)
Return a list of Pooling Markets in a paginated fashion, which contain information about which tokens can be put in a pool on a specific platform. It often returns the APR, which is the rate you get for providing your assets to the pool.
Find all pooling markets pertaining to a specific token and network
Return a list of pooling markets on a specific network for a specific token. This can be used to search for a pooling market on a specific protocol (like uniswap v3) using DAI as your asset to be put in the specific pool.
Fetch pooling markets for a specific protocol, token and network
GET
https://api.defitrack.io/{protocol}/pooling/markets?token={token}&network={network}
Path Parameters
Name | Type | Description |
---|---|---|
protocol* | String | slug of the protocol |
Query Parameters
Name | Type | Description |
---|---|---|
token* | String | address of the token we want to find a lending market for |
network* | String | network we want to find a lending market on |
Last updated