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

Blockchain 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.

What is this endpoint for?

This endpoint retrieves the list of blockchains and associated codes.

Endpoint

https://reference-data-api.kaiko.io/v1/blockchains

Parameters

No parameters supported

Fields

Field
Description

id

The blockchain's id in our reference data.

name

The blockchain's name in our reference data.

is_evm

If the blockchain is EVM-Compatible or not.

Request example

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

Response example

Last updated

Was this helpful?