---
title: "Export All Transactions From Your Account"
method: GET
path: "/v1/export/payments"
tags: ["Exports"]
---

# Export All Transactions From Your Account

`GET /v1/export/payments`

Get all transactions for your account, filtered by Pay Link ID, sender public key, or date range.

## Query parameters

- `apiKey` string, required
- `nrDays` string
- `publicKey` string

## Response `200`

Successful response with exported payments.

- ExportedPayment[]
  - `id` string
  - `txSignature` string
  - `solScanLink` string
  - `paymentRequestId` string
  - `paymentRequestUrl` string
  - `paymentRequestName` string
  - `quantity` number
  - `time` string
  - `amount` number
  - `decimalAmount` string
  - `totalAmountAsUSD` number
  - `currency` string
  - `blockchain` 'SOL'
  - `from` string
  - `paymentRequestUrlWithSlug` string
  - `cancelAt` number
  - `endAt` number
  - `startAt` number
  - `intervalUnit` 'SECOND'
  - `email` string
  - `discordUsername` string
  - `twitterUsername` string
  - `telegramUsername` string
  - `fullName` string
  - `country` string
  - `deliveryAddress` string
  - `phoneNumber` string
  - `state` string
  - `street` string
  - `streetNumber` string
  - `city` string
  - `areaCode` string
  - `name` string
  - `value` string
  - `affiliateFee` number
  - `affiliateWallet` string
  - `fee` number
  - `transactionStatus` string
  - `btcProperties` object
    - `ordinalsAddress` string
  - `transactionType` 'REFUNDED'
  - `additionalJSON` string
  - `discountCode` string

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/revisions/5732beb2d39f/schema)
