---
title: "GET /v2/api/charges/{network}/locks/{lockAddress}"
method: GET
path: "/v2/api/charges/{network}/locks/{lockAddress}"
---

# GET /v2/api/charges/{network}/locks/{lockAddress}

`GET /v2/api/charges/{network}/locks/{lockAddress}`

Get the price breakdown for recipients & total charges with fees for a specific lock

## Path parameters

- `network` integer, required
- `lockAddress` string, required

## Query parameters

- `purchaseData[]` string[], required
- `recipients[]` string[], required

## Response `200`

Successfully got card pricing for universal cards

- object
  - `total` number, required
  - `symbol` string
  - `creditCardProcessingFee` number
  - `unlockServiceFee` number, required
  - `gasCost` number, required
  - `prices` object[]
    - `userAddress` string, required
    - `amount` string, required
    - `symbol` string, required

## Changes

- **2024-09-27** `1781baa4daa9` — 1 info
  - added the optional property `symbol` to the response with the `200` status
- **2023-11-03** `b77bfb068867` — 1 warning
  - removed the optional property `symbol` from the response with the `200` status

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/api/charges/:network/locks/:lockAddress/get.md)

---

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