---
title: "Get coin quote by ID"
method: GET
path: "/v1/coins/quote/{id}"
tags: ["coins"]
---

# Get coin quote by ID

`GET /v1/coins/quote/{id}`

Retrieve a quote for the amount of coin in exchange of ETH

## Path parameters

- `id` string, required

## Query parameters

- `amount` string, required

## Response `200`

Coin quote retrieved successfully

- object
  - `quote` string, required — Approximate number of coins that could be received in exchange of the amount of ETH entered

## Other responses

- `404` — Coin quote not found
- `500` — Internal server error

## Changes

- **2026-05-07** `90de04b87133` — 2 warning
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
- **2025-12-01** `25dda31441cb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/changes/v1/coins/quote/:id/get.md)

---

[API](https://skmtc.dev/paragraph-xyz/apis/paragraph-api.md) · [All operations](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paragraph-xyz/paragraph-api/revisions/c148c610fb95/schema)
