---
title: "Gets price history for a specific asset"
method: GET
path: "/atomicmarket/v1/assets/{asset_id}/sales"
tags: ["assets"]
---

# Gets price history for a specific asset

`GET /atomicmarket/v1/assets/{asset_id}/sales`

## Path parameters

- `asset_id` integer, required

## Query parameters

- `buyer` string
- `seller` string
- `symbol` string
- `order` 'asc' | 'desc'

## Response `200`

OK

- object
  - `success` boolean
  - `data` object[]
    - `sale_id` string
    - `auction_id` string
    - `buyoffer_id` string
    - `price` string
    - `token_symbol` string
    - `token_precision` integer
    - `token_contract` string
    - `seller` string
    - `buyer` string
    - `block_time` string
  - `query_time` integer, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/atomicassets-api/revisions/6e5b195ccabb/schema)
