---
title: "Transactions"
method: GET
path: "/"
---

# Transactions

`GET /`

**This endpoint is deprecated, please see the new endpoint**: https://integrations.simplex.com/reference/payments

Retrieve transactions data per a specified time range.
The transactions are listed in sorted, descending temporal order, with the latest
transactions listed first. Supports Paging.

## Query parameters

- `starting_at` string, date-time
- `ending_at` string, date-time
- `continue_from` string
- `limit` string, required

## Headers

- `x-api-key` string, required

## Response `200`

200

- object
  - `has_more_pages` boolean
  - `data` object[]
    - `ref_id` string
    - `crypto_currency` string
    - `status_name` string
    - `amount_usd` number
    - `created_at` number
    - `crypto_fee_currency` string
    - `payment_id` string
    - `fiat_total_amount` number
    - `original_http_ref_url` string
    - `currency` string
    - `amount_crypto` number
    - `amount_fee_in_crypto` number
    - `order_id` string
  - `request_id` string
  - `next_page_cursor` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/simplex/apis/transactions.md) · [All operations](https://skmtc.dev/simplex/apis/transactions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplex/transactions/revisions/6070cdb42020/schema)
