For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeFi protocol codes

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.

This data is included in the following Kaiko packages:

  • Reference Data [Basic Tier]

  • Reference Data [Advanced Tier]

What is this endpoint for?

This endpoint retrieves a list of defi protocols and associated codes. This can help you identify which exchanges are defi when working with our data.

Endpoint

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

Parameters

No parameters supported

Fields

Field
Description

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

Last updated

Was this helpful?