DeFi protocol codes
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
{
"result": "success",
"data": [
"crm",
"cmpd",
"pksp",
"aav2",
"curv",
"qsp3",
"aav3",
"mkr",
"tjv2",
"qsp2",
"usp2",
"sush",
"tj21",
"blcr",
"tjv1",
"aav1",
"blc2",
"usp3",
"crv2"
]
}
Last updated
Was this helpful?