---
title: "GET /v2/api/purchase/total"
method: GET
path: "/v2/api/purchase/total"
---

# GET /v2/api/purchase/total

`GET /v2/api/purchase/total`

Get the total price for a purchase (including fees)

## Query parameters

- `network` number, required
- `amount` number
- `address` string

## Response `200`

Successfully got price

- object
  - `total` number, required
  - `subtotal` number, required
  - `gasCost` number, required
  - `unlockServiceFee` number, required
  - `creditCardProcessingFee` number, required
  - `isCreditCardPurchasable` boolean, required

## Changes

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

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/api/purchase/total/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/07107231d66b?raw)
