---
title: "Get coin quote by contract address"
method: GET
path: "/v1/coins/quote/contract/{contractAddress}"
tags: ["coins"]
---

# Get coin quote by contract address

`GET /v1/coins/quote/contract/{contractAddress}`

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

## Path parameters

- `contractAddress` 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

---

[API](https://skmtc.net/paragraph-xyz/apis/paragraph-api.md) · [All operations](https://skmtc.net/paragraph-xyz/apis/paragraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paragraph-xyz/paragraph-api/versions/7bbf1b62c1a0/schema)
