---
title: "List simulated card transactions"
method: GET
path: "/v2/simulation/spend/profiles/{profileId}/cards/{cardToken}/transactions"
tags: ["simulation"]
---

# List simulated card transactions

`GET /v2/simulation/spend/profiles/{profileId}/cards/{cardToken}/transactions`

Returns a list of simulated card transactions, in descending order of creation time.

To retrieve more details of a transaction, use the [get card transaction by ID](/api-reference/card-transaction/cardtransactionget) endpoint.

## Path parameters

- `profileId` integer, required
- `cardToken` string, uuid, required

## Query parameters

- `limit` integer

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

List of simulated card transactions.

- object[]
  - `transactionId` integer — ID of the transaction.
  - `creationTime` number — Time when the card transaction was created.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.dev/wise/apis/platform-api.md) · [All operations](https://skmtc.dev/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
