curl --request GET \
--url https://api.enso.build/api/v1/nontokenized{
"meta": {
"total": 123,
"lastPage": 123,
"currentPage": 123,
"perPage": 123,
"prev": 123,
"next": 123,
"cursor": 123
},
"data": [
{
"chainId": 123,
"protocol": "<string>",
"address": "<string>",
"primaryAddress": "<string>",
"underlyingTokens": [
{
"address": "<string>",
"chainId": 123,
"type": "<string>",
"decimals": 123,
"symbol": "<string>",
"name": "<string>",
"logosUri": [
"<string>"
]
}
]
}
]
}Returns a list of all nontokenized positions with details.
curl --request GET \
--url https://api.enso.build/api/v1/nontokenized{
"meta": {
"total": 123,
"lastPage": 123,
"currentPage": 123,
"perPage": 123,
"prev": 123,
"next": 123,
"cursor": 123
},
"data": [
{
"chainId": 123,
"protocol": "<string>",
"address": "<string>",
"primaryAddress": "<string>",
"underlyingTokens": [
{
"address": "<string>",
"chainId": 123,
"type": "<string>",
"decimals": 123,
"symbol": "<string>",
"name": "<string>",
"logosUri": [
"<string>"
]
}
]
}
]
}The overarching project or platform associated with the DeFi token, for example aave
"beradrome"
The specific standard integration or version of the DeFi project, for example aave-v2
"beradrome-farms"
Chain ID of the network of the nontokenized position
80094
Ethereum addresses of the nontokenized positions
Ethereum addresses for contract interaction of nontokenized position
Pagination page number. Pages are of length 1000
Cursor for pagination. Pages are of length 1000
Was this page helpful?