List Wallet Transactions

List Wallet Transactions

GET https://api.sandbox.coindirect.com/api/transaction/:id

This endpoint allows you to list transactions for your wallet.

Path Parameters

Headers

[
  {
    "amount": -0.240000000000000000,
    "context": {
      "id": "159d40d2-5e75-4441-baf0-4a6631cba13e",
      "fromCurrencyCode": "ETH",
      "toCurrencyCode": "EUR",
      "type": "IN",
      "reference": "38739c0d-4d3d-466c-89d4-afab5b73f74c",
      "uuid": "e8b06777-a538-4513-9400-3f9a348e7507",
      "status": "COMPLETE",
      "merchantId": "0a12a214-1619-43fa-9be1-0029f6a440a0",
      "subType": "merchantPayIn",
      "hash": null
    },
    "dateCreated": "2022-04-27T09:32:49Z",
    "description": "e8b06777-a538-4513-9400-3f9a348e7507",
    "hash": "X9b726136ecd0441cab1b40e2",
    "id": 76222874,
    "type": "paymentInFees",
    "wallet": {
      "address": "E36140086",
      "alternatives": [],
      "approxAvailable": "11502.7",
      "approxBalance": "11502.7",
      "available": 11502.7,
      "balance": 11502.7,
      "currency": {
        "code": "EUR",
        "depositFee": 0,
        "fiat": true,
        "icon": null,
        "id": 1773,
        "name": "Euro",
        "options": {},
        "pricePrecision": 2,
        "protocols": [],
        "quantityPrecision": 2,
        "supportsDeposits": true,
        "supportsWithdrawals": true,
        "withdrawalFee": 0.400000000000000000,
        "withdrawalParameters": []
      },
      "custodianWallet": null,
      "depositFee": 0,
      "description": "Euro",
      "id": 255861,
      "lookup": null,
      "protocol": null,
      "supportsDeposits": true,
      "supportsWithdrawals": true,
      "withdrawalFee": 0.400000000000000000
    }
  },
  {
    "amount": 24.620000000000000000,
    "context": {
      "id": "159d40d2-5e75-4441-baf0-4a6631cba13e",
      "fromCurrencyCode": "ETH",
      "toCurrencyCode": "EUR",
      "type": "IN",
      "reference": "38739c0d-4d3d-466c-89d4-afab5b73f74c",
      "uuid": "e8b06777-a538-4513-9400-3f9a348e7507",
      "status": "COMPLETE",
      "merchantId": "0a12a214-1619-43fa-9be1-0029f6a440a0",
      "subType": "merchantPayIn",
      "hash": null
    },
    "dateCreated": "2022-04-27T09:32:49Z",
    "description": "170224",
    "hash": "Xb43b651882c44e2aa6c859dd",
    "id": 76222873,
    "type": "payIn",
    "wallet": {
      "address": "E36140086",
      "alternatives": [],
      "approxAvailable": "11502.7",
      "approxBalance": "11502.7",
      "available": 11502.7,
      "balance": 11502.7,
      "currency": {
        "code": "EUR",
        "depositFee": 0,
        "fiat": true,
        "icon": null,
        "id": 1773,
        "name": "Euro",
        "options": {},
        "pricePrecision": 2,
        "protocols": [],
        "quantityPrecision": 2,
        "supportsDeposits": true,
        "supportsWithdrawals": true,
        "withdrawalFee": 0.400000000000000000,
        "withdrawalParameters": []
      },
      "custodianWallet": null,
      "depositFee": 0,
      "description": "Euro",
      "id": 255861,
      "lookup": null,
      "protocol": null,
      "supportsDeposits": true,
      "supportsWithdrawals": true,
      "withdrawalFee": 0.400000000000000000
    }
  }
]

Last updated