Market Reference (Coming soon)

Get market metrics

get
/v1/market-data/metrics

Retrieve live market metrics for trading pairs enabled for the authenticated CAMS tenant.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pairstringOptional

Comma-separated trading pairs. When omitted, returns all enabled pairs for the tenant.

Example: BTC-USD,ETH-AED
quoteCurrencystring · enumOptional

Quote currency for metrics. Day-1 supported values: USD, AED.

Example: USDPossible values:
limitstring · integerOptional

Maximum number of records to return.

Example: 50
offsetstring · integerOptional

Pagination offset.

Example: 0
Responses
chevron-right
200

Successful response

application/json
pairstringOptionalExample: BTC-USD
lastUpdatedstring · date-timeOptionalExample: 2026-02-24T21:05:00Z
marketCapstringOptionalExample: 1350450000000.50
globalVolume24hstringOptionalExample: 45000000000.00
priceChange24hstringOptionalExample: 2.15
priceChange24hPercentstringOptionalExample: 1.45
allTimeHighPricestringOptionalExample: 73750.00
allTimeHighTimestampstring · date-timeOptionalExample: 2024-03-14T00:00:00Z
allTimeLowPricestringOptionalExample: 65.53
allTimeLowTimestampstring · date-timeOptionalExample: 2013-07-05T00:00:00Z
get
/v1/market-data/metrics

Get market reference data

get
/v1/market-data/reference

Retrieve global coin reference metadata for assets enabled for the authenticated CAMS tenant.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
assetSymbolstringOptional

Comma-separated asset symbols. When omitted, returns all enabled assets for the tenant.

Example: BTC,ETH
limitstring · integerOptional

Maximum number of records to return.

Default: 50Example: 50
offsetstring · integerOptional

Pagination offset.

Default: 0Example: 0
Responses
chevron-right
200

Successful response

application/json
assetSymbolstringRequiredExample: BTC
assetNamestringRequiredExample: Bitcoin
assetDescriptionstringRequiredExample: Bitcoin is a decentralized digital currency...
assetTypestring · enumRequiredExample: cryptoPossible values:
circulatingSupplystringRequiredExample: 19650000
totalSupplystring · nullableRequiredExample: 19650000
maxSupplystring · nullableRequiredExample: 21000000
lastUpdatedstring · date-timeRequiredExample: 2026-02-24T21:05:00Z
get
/v1/market-data/reference

Last updated