TransferSwap
  1. Cryptomate
TransferSwap
  • Transferswap External API
    • Fuse
      • Create Fuse Payout
      • Get Fuse Transaction
      • Get Fuse Customer
      • Create Fuse Internal Transfer
      • Simulate Fuse Inbound Payment
      • Create Fuse Customer Account
      • Add Fuse Business Customer
      • Add Fuse Individual Customer
    • R4
      • Generate OTP for R4 Immediate Debit
      • R4 Immediate Debit Payment
      • Query R4 Operation Status
      • R4 Immediate Credit Payment (Unified)
    • Cryptomate
      • Create Virtual Wallet
        POST
      • Get All Virtual Wallets
        GET
      • Get Virtual Wallet by ID
        GET
      • Get Virtual Wallet Balance
        GET
      • Get Virtual Wallet Movements
        GET
      • Create Virtual Card
        POST
      • List All Virtual Cards
        GET
      • Search Card Transactions
        GET
      • Delete Virtual Card
        DELETE
      • Get Top-up Wallets for Card
        GET
      • Get Card PAN (Primary Account Number)
        GET
      • Update Card Limits
        PUT
      • Update Card Email
        PUT
      • Update Card Phone
        PUT
      • Get Card Balance
        GET
      • Override Card Balance
        PUT
      • Unblock Card
        POST
      • Configure 3D Secure
        POST
      • Authenticate 3D Secure
        POST
      • Freeze/Unfreeze Card
        PATCH
      • Update Card PIN
        PUT
    • Minteo
      • Create Minteo Payout for Colombia
      • Get Minteo Wallets for Colombia
      • Get Minteo Wallet Balance
      • Get Minteo Bank Accounts for Colombia
      • Get Minteo Payout Status
    • ClearJunction
      • Create ClearJunction Pay-in
      • Create ClearJunction Pay-out
      • Get ClearJunction Payout Status
      • Create ClearJunction SEPA Credit Transfer
      • Create ClearJunction SEPA Instant Transfer
  1. Cryptomate

Search Card Transactions

GET
/cryptomate/cards/transactions
Last modified:2026-01-28 13:56:26
Busca transacciones de tarjetas con filtros opcionales.

Request

Header Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/cryptomate/cards/transactions' \
--header 'X-API-Key: {{apiKey}}' \
--header 'Content-Type: application/json'
Response Response Example
{}
Modified at 2026-01-28 13:56:26
Previous
List All Virtual Cards
Next
Delete Virtual Card
Built with