Protocols

You can explore all exchanges, assets, and get codes for them using our instrument explorer. Alternatively, if you want to obtain the data in a more programmatic way, use this endpoint.

What is this endpoint for?

This endpoint retrieves a complete list of the defi protocols supported by Kaiko data. This can help you identify which exchanges are defi when working with our Market Data.

Endpoint

https://reference-data-api.kaiko.io/v1/pools-protocols

Parameters

No parameters supported

Fields

FieldDescription

protocol

The protocol code. ex:crm,aav2, curv, blc2

Request example

curl --compressed -H 'Accept: application/json' 'https://reference-data-api.kaiko.io/v1/pools-protocols'

Response example

{
    "result": "success",
    "data": [
        "crm",
        "cmpd",
        "pksp",
        "aav2",
        "curv",
        "qsp3",
        "aav3",
        "mkr",
        "tjv2",
        "qsp2",
        "usp2",
        "sush",
        "tj21",
        "blcr",
        "tjv1",
        "aav1",
        "blc2",
        "usp3",
        "crv2"
    ]
}

Last updated