curl --request GET \
--url https://api.coinversa.ai/api/public/v1/assets \
--header 'X-API-Key: <api-key>'{
"assets": [
{
"canonical": "<string>",
"crossMarket": true,
"synonyms": [
"<string>"
],
"totalOpenInterest": 123,
"totalPositions": 123,
"totalVolume24h": 123,
"venueCount": 123,
"venues": [
{
"collateral": "<string>",
"dex": "<string>",
"isSynonym": true,
"symbol": "<string>",
"ticker": "<string>",
"fundingRate": 123,
"markPx": 123,
"openInterest": 123,
"positions": 123,
"volume24h": 123
}
]
}
],
"count": 123,
"crossMarketCount": 123,
"venues": [
"<string>"
],
"$schema": "<string>"
}curl --request GET \
--url https://api.coinversa.ai/api/public/v1/assets \
--header 'X-API-Key: <api-key>'{
"assets": [
{
"canonical": "<string>",
"crossMarket": true,
"synonyms": [
"<string>"
],
"totalOpenInterest": 123,
"totalPositions": 123,
"totalVolume24h": 123,
"venueCount": 123,
"venues": [
{
"collateral": "<string>",
"dex": "<string>",
"isSynonym": true,
"symbol": "<string>",
"ticker": "<string>",
"fundingRate": 123,
"markPx": 123,
"openInterest": 123,
"positions": 123,
"volume24h": 123
}
]
}
],
"count": 123,
"crossMarketCount": 123,
"venues": [
"<string>"
],
"$schema": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get one at https://coinversa.ai/developers
Return only assets listed on 2+ venues