ProtocolDetailed

ProtocolDetailed is an array of protocol holding a given token

"protocolsDetailed": [
            {
                "key": "wallet",
                "value": "1.1599401372924134e-19",
                "balance": "1e-18",
                "name": "Wallet",
                "image": "https://images.octav.fi/protocols/wallet.png"
            },
            {
                "key": "spookyswap",
                "value": "1.13357835744587382109147726432035e-7",
                "balance": "7.974937678839605e-7",
                "name": "SpookySwap",
                "image": "https://images.octav.fi/protocols/spookyswap_logo_213edea2-5cbc-4105-a90e-af450a4e5242_f43b5e8b-a8b2-4588-81b5-6a5b0eed3f97.png"
            },
            {
                "key": "lynx",
                "value": "2082.1887559943003533298166249826324030458",
                "balance": "17950.82943551417125006287",
                "name": "Lynx",
                "image": "https://images.octav.fi/protocols/lynx_logo_a9e81340-4223-4d72-a247-b3904f552a8f_749a9dad-ddc5-421b-9124-b464e5593b7c.png"
            },
            {
                "key": "spookyswap3",
                "value": "4115.6956236103440270373662556422",
                "balance": "35481.96576090033",
                "name": "SpookySwap V3",
                "image": "https://images.octav.fi/protocols/spookyswap3_logo_8d05030f-1828-4a67-b40e-3ba36bc912ea_1c6c142e-b60d-4a37-8265-672dff44be86.png"
            }
        ]

Typing

Key
Type
Description

name

string

Name of the protocol.

key

string

Protocol identifier key.

value

string

Total value of assets in the protocol.

image

string

Url of the protocol image

balance

string

balance of the token held on the protocol

Last updated