We refreshed our doc site!

Bookmarked links may have changed

Read release notes

getTransaction

Web3 Services
Compliance Engine

Get a transaction

GEThttps://api.circle.com/v1/w3s/transactions/{id}

Retrieves info for a single transaction using it's unique identifier.

Header parameters
X-User-Token
string
Required

Unique system generated JWT session token for specific user.

Path parameters
id
string
Required

Transaction id

Query parameters
txType
string

Filter by on the transaction type.

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