---
title: "GET /v2/api/{network}/price"
method: GET
path: "/v2/api/{network}/price"
---

# GET /v2/api/{network}/price

`GET /v2/api/{network}/price`

## Path parameters

- `network` integer, required

## Query parameters

- `amount` number
- `address` string

## Response `200`

Get price for the native token or any erc20 on the network.

- object
  - `result` object
    - `decimals` number, nullable
    - `price` number
    - `timestamp` number
    - `symbol` string
    - `confidence` number
    - `priceInAmount` number, nullable

## Other responses

- `500` — Unable to fullfil request due to internal server error.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
