Information - ARC

Retrieve the latest snapshot of all of the assets supported by ARC.

🚧

Requires an Amberdata Subscription

The ARC dataset is open-source and is available on (github.com/amberdata/arc). However, access to this API endpoint requires a valid and active Amberdata API key. Please contact your Amberdata Account Executive for more information.

🚧

Dataset Freshness & SLA

All updates to ARC must pass human review before being published. The dataset is updated at least once a week, and at most once per day. Refer to the updatedAt property in the API response to identify when the dataset was last refreshed.

Response Data

Fields and paths are relative to the top-level payload field i.e. metadata.next is equivalent to payload.metadata.next.

JSON Field/PathValue TypeOptionalDescription
metadata.nextstringYesPagination
metadata.updatedAtstring| numberThe last date-time at which ARC was updated.
metadata.arcSchemaVersionstringThe schema version of ARC.
data[index].assetSymbolstringThe short-form, abbreviated id of the asset
data[index].assetNamestringThe complete human readable name of the asset.
data[index].classificationTagsstringSimple descriptors of the use-cases and context for the asset.
data[index].websitestringYesThe asset's official website.
data[index].whitePaperUrlstringYesThe asset's official white paper (technical proposal).
data[index].instrumentStatistics[index].typestringYesThe type of trading instrument. (spot, options, futures)
data[index].instrumentStatistics[index].countintegerYesThe total count of active/inactive instruments of this type.
data[index].instrumentStatistics[index].activeintegerYesThe total count of active instruments of this type.
data[index].instrumentStatistics[index].inactiveintegerYesThe total count of inactive instruments of this type.
Language
Authorization
Header
Click Try It! to start a request and see the response here!