---
title: "Returns the current conversion price for a base asset and quote currency."
method: GET
path: "/price/{asset}"
---

# Returns the current conversion price for a base asset and quote currency.

`GET /price/{asset}`

## Path parameters

- `asset` string, required

## Query parameters

- `quote` string, required

## Response `200`

Asset conversion price

- Price — A price and the timestamp at which it was observed.
  - `price` number, double, required
  - `ts` integer, required — Serialized as Unix seconds in the REST/OpenAPI representation.

## Other responses

- `404` — Price not available

## Changes

- **2026-08-02** `fcd63bcfbb5b` — 1 breaking
  - the `ts` response's property type changed from `string` to `integer`, and format from `date-time` to `int64` for status `200`

[Change history](https://skmtc.dev/dcapal/apis/dca-pal-apis/changes/price/:asset/get.md)

---

[API](https://skmtc.dev/dcapal/apis/dca-pal-apis.md) · [All operations](https://skmtc.dev/dcapal/apis/dca-pal-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dcapal/dca-pal-apis/revisions/92c971381f20/schema)
