List default prices

get/api/assetpricing/v1/internal/defaultprices

Lists default prices. When base and quote are omitted, returns all default prices. When base and quote are provided, returns defaults for that pair, optionally filtered by time range.

Query Parameters

  • basestring
    Base asset symbol to filter by (e.g. BTC)
  • quotestring
    Quote asset symbol to filter by (e.g. USD)
  • startstring
    Start of the time range filter (ISO 8601 timestamp)
  • endstring
    End of the time range filter (ISO 8601 timestamp)

200 Response

Array of
id string required
Default price identifier
Example: 550e8400-e29b-41d4-a716-446655440000
base string required
Base asset symbol
Example: eth
quote string required
Quote asset symbol
Example: fiatusd
price string required
Default price for the asset pair
Example: 1.0
start_time string required
Start timestamp in ISO format
Example: 2026-01-01T00:00:00.000Z
end_time
string or null
End timestamp in ISO format (null means open-ended)
Example: 2026-01-15T00:00:00.000Z
created_at string required
When the default price was created
Example: 2026-01-01T00:00:00.000Z
updated_at string required
When the default price was last updated
Example: 2026-01-02T00:00:00.000Z

400 Response

string