---
title: "Get USD rate"
method: GET
path: "/v0.1/currencies/{currencyId}/rates/usd"
tags: ["Currencies and rates"]
---

# Get USD rate

`GET /v0.1/currencies/{currencyId}/rates/usd`

Get currency USD rate by currency blockchain's address

## Path parameters

- `currencyId` string, required — Currency Id, has format `ETHEREUM:${token}` or `ETHEREUM:${token}:${tokenId}`

## Query parameters

- `at` string, date-time, required

## Response `200`

OK

- CurrencyUsdRate
  - `currencyId` string — Currency Id
  - `symbol` string, required — Currency Symbol
  - `abbreviation` string
  - `rate` string, required
  - `date` string, date-time, required — Date and time of currency USD rate

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/revisions/5d2651b9411d/schema)
