We refreshed our doc site!

Bookmarked links may have changed

Read release notes

listTransactions

Web3 Services
Compliance Engine

List transactions

GEThttps://api.circle.com/v1/w3s/transactions

Lists all transactions. Includes details such as status, source/destination, and transaction hash.

Header parameters
X-User-Token
string
Required

Unique system generated JWT session token for specific user.

Query parameters
blockchain
string

Filter by blockchain.

destinationAddress
string

Filter by the destination address.

includeAll
boolean

Return all recourses with monitored and non-monitored tokens.

operation
string

Filter by the operation of the transaction.

state
string

Filter by the state of the transaction.

txHash
string

Filter on the transaction hash of the transaction.

txType
string

Filter by on the transaction type.

userId
string

Filter by user's system generated identifiers.

walletIds
string

Filter by the wallet IDs of the transaction.

from
date-time

Queries items created since the specified date-time (inclusive) in ISO 8601 format.

to
date-time

Queries items created before the specified date-time (inclusive) in ISO 8601 format.

pageBefore
uuid

A collection ID value used for pagination.

It marks the exclusive end of a page. When provided, the collection resource will return the next n items before the id, with n being specified by pageSize.

The items will be returned in the natural order of the collection.

The resource will return the first page if neither pageAfter nor pageBefore are specified.

SHOULD NOT be used in conjunction with pageAfter.

pageAfter
uuid

A collection ID value used for pagination.

It marks the exclusive begin of a page. When provided, the collection resource will return the next n items after the id, with n being specified by pageSize.

The items will be returned in the natural order of the collection.

The resource will return the first page if neither pageAfter nor pageBefore are specified.

SHOULD NOT be used in conjunction with pageBefore.

pageSize
integer
1 to 50
Default is 10

Limits the number of items to be returned.

Some collections have a strict upper bound that will disregard this value. In case the specified value is higher than the allowed limit, the collection limit will be used.

If avoided, the collection will determine the page size itself.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "transactions": [
4      {
5        "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
6        "abiFunctionSignature": "burn(uint256)",
7        "abiParameters": [],
8        "amounts": [],
9        "amountInUSD": "",
10        "blockHash": "",
11        "blockHeight": 0,
12        "blockchain": "MATIC-AMOY",
13        "contractAddress": "",
14        "createDate": "2023-01-01T12:04:05Z",
15        "custodyType": "DEVELOPER",
16        "destinationAddress": "",
17        "errorReason": "",
18        "errorDetails": "",
19        "estimatedFee": {
20          "gasLimit": "21000",
21          "gasPrice": "",
22          "maxFee": "5.935224468",
23          "priorityFee": "1.022783914",
24          "baseFee": "1.022783914",
25          "networkFee": "0.0001246397138"
26        },
27        "feeLevel": {},
28        "firstConfirmDate": "",
29        "networkFee": "",
30        "networkFeeInUSD": "",
31        "nfts": [],
32        "operation": "TRANSFER",
33        "refId": "grouptransaction123",
34        "sourceAddress": "0x1bf9ad0cc2ad298c69a2995aa806ee832788218c",
35        "state": "INITIATED",
36        "tokenId": "",
37        "transactionType": "INBOUND",
38        "txHash": "0x4a25cc5e661d8504b59c5f38ba93f010e8518966f00e2ceda7955c4b8621357d",
39        "updateDate": "2023-01-01T12:04:05Z",
40        "userId": "ext_user_id_1",
41        "walletId": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
42        "transactionScreeningEvaluation": {}
43      }
44    ]
45  }
46}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.