# List simulated card 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 endpoint.

Endpoint: GET /v2/simulation/spend/profiles/{profileId}/cards/{cardToken}/transactions
Security: UserToken

## Path parameters:

  - `profileId` (integer, required)
    The profile ID.

  - `cardToken` (string, required)
    The card token.

## Query parameters:

  - `limit` (integer)
    The maximum number of transactions to return. The default value is 10.

## Response 200 fields (application/json):

  - `transactionId` (integer)
    ID of the transaction.

  - `creationTime` (number)
    Time when the card transaction was created.


