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

---

[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)
