GET
/
crypto
/
transactions
{
  "transactions": [
    {
      "transactionId": "cx_s0te0BKIeSqXg8PizyCgry",
      "status": "pending_payment",
      "quantity": 4.36,
      "cost": 25,
      "price": 5.73394495412844,
      "network": "tron",
      "symbol": "usdt",
      "currency": "BRL",
      "walletId": "wl_NDRcOtdoy5ue",
      "walletAddress": "TLL1vcYLms2WWvZN6avXitkkjgi2GYQb8k",
      "walletName": "felipe tronlink api",
      "settlementDate": null,
      "createdAt": "2025-05-04T15:57:42.000Z",
      "updatedAt": "2025-05-04T15:57:42.000Z"
    },
    {
      "transactionId": "cx_xxWRPAL40Fnpu8G73LVL3S",
      "status": "pending_fulfillment",
      "quantity": 4.36,
      "cost": 25,
      "price": 5.73394495412844,
      "network": "tron",
      "symbol": "usdt",
      "currency": "BRL",
      "walletId": "wl_NDRcOtdoy5ue",
      "walletAddress": "TLL1vcYLms2WWvZN6avXitkkjgi2GYQb8k",
      "walletName": "felipe tronlink api",
      "settlementDate": "2025-05-02T14:07:44.000Z",
      "createdAt": "2025-05-04T12:25:28.000Z",
      "updatedAt": "2025-05-04T15:05:28.000Z"
    },
    {
      "transactionId": "cx_lQXig9S2WB0dniQj9kFRkY",
      "status": "fulfilled",
      "quantity": 3,
      "cost": 17.21,
      "price": 5.736666666666666,
      "network": "tron",
      "symbol": "usdt",
      "currency": "BRL",
      "walletId": "wl_FBGm4oNCvXhB",
      "walletAddress": "TMJbicpFrwquBzPvwuCWug7x9NvdWQYRw6",
      "walletName": "test",
      "settlementDate": "2025-05-02T14:07:44.000Z",
      "createdAt": "2025-05-03T13:04:46.000Z",
      "updatedAt": "2025-05-03T13:35:12.000Z"
    },
    {
      "transactionId": "cx_iD4N8fopH2ZnsH8Ega6sza",
      "status": "fulfilled",
      "quantity": 5,
      "cost": 28.66,
      "price": 5.732,
      "network": "tron",
      "symbol": "usdt",
      "currency": "BRL",
      "walletId": "wl_bKQFe8aGOkvT",
      "walletAddress": "TMJbicpFrwquBzPvwuCWug7x9NvdWQYRw6",
      "walletName": "felipe tronlink",
      "settlementDate": "2025-05-02T14:07:44.000Z",
      "createdAt": "2025-05-03T12:46:46.000Z",
      "updatedAt": "2025-05-04T12:35:50.000Z"
    },
    {
      "transactionId": "cx_pJm1ZcdIjZek3LMiqBjBHo",
      "status": "pending_payment",
      "quantity": 10,
      "cost": 57.33,
      "price": 5.733,
      "network": "tron",
      "symbol": "usdt",
      "currency": "BRL",
      "walletId": "wl_FBGm4oNCvXhB",
      "walletAddress": "TMJbicpFrwquBzPvwuCWug7x9NvdWQYRw6",
      "walletName": "test",
      "settlementDate": "2025-05-02T14:07:44.000Z",
      "createdAt": "2025-05-03T12:45:46.000Z",
      "updatedAt": "2025-05-03T12:45:46.000Z"
    }
  ],
  "total": 5,
  "totalPages": 1,
  "currentPage": 1,
  "hasMore": false
}

Query Parameters

status
string

pending_payment | pending_fulfillment | fulfilling | fulfilled

symbol
string

usdc | usdc

from
number

2024-05-03T13:04:46.000

to
number

2026-05-03T13:04:47.000Z

page
integer

1 | 2 ...

Response

200 - application/json

OK

The response is of type object.