Endpoints
Learn more about the different endpoints of the Metadata API:
Yield opportunities:
GET /v1/opportunities/tokenIn/{tokenAddress}
: returns yield opportunities for a given tokenGET /v1/opportunities/{address}
: returns yield opportunities a given wallet address
Enso:
GET /v1/positions
: returns all of the positions supported by the api, includes defi tokens, base tokens and non-tokenized positionGET /v1/projects
: return the projects and relevant protocols available to use in the bundle shortcutGET /v1/networks
: return the networks supported by the APIGET /v1/actions
: returns all of the actions supported by the api, used to get the data needed to use the bundle apiGET /v1/standards
: returns all of the protocols supported by the api
Wallets:
GET /v1/wallet
: return enso smart wallet detailsGET /v1/wallet/appprove
: return a transaction that approves the smart wallet to spend the fundsGET /v1/wallet/balances
: return balances of a wallet