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

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

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

Get the price breakdown for universal credit card

## 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
  - `creditCardProcessingFee` number
  - `unlockServiceFee` number, required
  - `gasCost` number, required
  - `prices` object[]
    - `userAddress` string, required
    - `amount` string, required
    - `symbol` string, required

## Changes

- **2023-11-03** `b77bfb068867` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/api/price/:network/:lockAddress/card/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.dev/unlock-protocol/apis/unlock-locksmith/revisions/04f4e070b528?raw)
