API

Get available assets

get

Returns list of all available assets

Responses
200

OK

application/json
get
/assets
200

OK

Get issuance details

get

Returns details of a specific issuance

Path parameters
idstringRequired

Issuance ID

Responses
200

OK

application/json
get
/issuances/{id}
200

OK

Get last price for an asset

get

Returns the last known price for a specific asset or all assets

Query parameters
assetstringOptional

Asset ID to get price for

changesstringOptional

Comma-separated list of price change periods (e.g. '7d,3d,24h'). Default is '7d'

Responses
200

OK

application/json
get
/prices/last
200

OK

Model Stream price updates

get

Server-Sent Events stream of price updates, have a retry mechanism in place for break

Responses
200

SSE stream

text/event-stream
Responsestring
get
/prices/stream
200

SSE stream

Get price audit

get

Returns audit information for a specific price

Path parameters
idstringRequired

Price ID

Responses
200

OK

application/json
get
/prices/{id}/audit
200

OK

Last updated