Asset 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 a list of assets and associated codes.

Endpoint

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

Parameters

No parameters supported

Fields

Field
Description

asset_class

The asset's primary asset class

asset_classes

The asset's secondary asset classes

code

Kaiko identifier for the asset.

name

The asset name

Request example

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

Response example

Last updated

Was this helpful?