v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Fetch Transactions

get/crypto/transactions

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "transactions": [
      {
        "id": 2,
        "transactionId": "BP11666178904722",
        "accountId": 1,
        "addressId": 11,
        "amount": "10",
        "meta": {
          "date": "2022-10-18",
          "fees": "0.00",
          "type": "Blockchain",
          "amount": 10,
          "source": "TEduPZAcEA3GB8UGP3xuEE7i4ZvytK49PQ",
          "country": "NG",
          "currency": "XDC",
          "toppedUp": true,
          "username": "johndoe@gmail.com",
          "processor": "Fireblocks",
          "actualCoin": "TRX_USDC_6NU3",
          "totalToPay": 10,
          "eversendRef": "3557276",
          "creationDate": "2022-10-18T13:13:47+00:00",
          "fireblocksId": "6f014008-47bd-422a-9a26-25f32f79dc60",
          "toppedUpDate": "2022-10-18T13:13:48+00:00",
          "blockchainHash": "972cca5c28496d8f82c3a5d0fdc02110a762a25c1823d76275901554f8752726",
          "blockchainStatus": "CONFIRMING",
          "blockchainSubStatus": "PENDING_BLOCKCHAIN_CONFIRMATIONS"
        },
        "status": "CONFIRMING",
        "subStatus": "PENDING_BLOCKCHAIN_CONFIRMATIONS",
        "createdAt": "2022-10-19T11:28:26.480Z",
        "updatedAt": "2022-10-19T11:28:26.481Z",
        "address": {
          "address": "TEduPZAcEA3GB8UGP3xuEE7i4ZvytK49PQ",
          "coin": "TRX_USDC_6NU3",
          "purpose": "Payment for coffee",
          "ownerName": "John Doe",
          "destinationAddressDescription": "johndoe@eversend.co",
          "createdAt": "2022-10-18T12:58:51.093Z",
          "updatedAt": "2022-10-18T12:58:51.093Z",
          "transactions": [
            {
              "id": 2,
              "transactionId": "BP11666178904722",
              "accountId": 1,
              "addressId": 11,
              "amount": "10",
              "meta": {
                "date": "2022-10-18",
                "fees": "0.00",
                "type": "Blockchain",
                "amount": 10,
                "source": "TEduPZAcEA3GB8UGP3xuEE7i4ZvytK49PQ",
                "country": "NG",
                "currency": "XDC",
                "toppedUp": true,
                "username": "test@gmail.com",
                "processor": "Fireblocks",
                "actualCoin": "TRX_USDC_6NU3",
                "totalToPay": 10,
                "eversendRef": "3557276",
                "creationDate": "2022-10-18T13:13:47+00:00",
                "fireblocksId": "6f014008-47bd-422a-9a26-25f32f79dc60",
                "toppedUpDate": "2022-10-18T13:13:48+00:00",
                "blockchainHash": "972cca5c28496d8f82c3a5d0fdc02110a762a25c1823d76275901554f8752726",
                "blockchainStatus": "CONFIRMING",
                "blockchainSubStatus": "PENDING_BLOCKCHAIN_CONFIRMATIONS"
              },
              "status": "CONFIRMING",
              "subStatus": "PENDING_BLOCKCHAIN_CONFIRMATIONS",
              "createdAt": "2022-10-19T11:28:26.480Z",
              "updatedAt": "2022-10-19T11:28:26.481Z"
            }
          ]
        }
      }
    ],
    "total": 1,
    "limit": 10,
    "page": 1
  },
  "success": true
}