gethttps://api.circle.com/v1/w3s/transactions/{id}
Retrieves info for a single transaction using it's unique identifier.
Unique system generated JWT session token for specific user.
Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
Transaction id
Filter by on the transaction type.
1{
2 "data": {
3 "transaction": {
4 "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
5 "abiFunctionSignature": "burn(uint256)",
6 "abiParameters": [
7 "100",
8 "1"
9 ],
10 "amounts": [
11 "6.62607015"
12 ],
13 "amountInUSD": "",
14 "blockHash": "",
15 "blockHeight": 0,
16 "blockchain": "MATIC-AMOY",
17 "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
18 "createDate": "2023-01-01T12:04:05Z",
19 "custodyType": "DEVELOPER",
20 "destinationAddress": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
21 "errorReason": "",
22 "errorDetails": "",
23 "estimatedFee": {
24 "gasLimit": "21000",
25 "gasPrice": "",
26 "maxFee": "5.935224468",
27 "priorityFee": "1.022783914",
28 "baseFee": "1.022783914",
29 "networkFee": "0.0001246397138",
30 "networkFeeRaw": "0.0001246397138"
31 },
32 "feeLevel": "MEDIUM",
33 "firstConfirmDate": "2021-05-18T00:00:00Z",
34 "networkFee": "",
35 "networkFeeInUSD": "",
36 "nfts": [
37 "[{\"ntfTokenId\":\"12321\"",
38 "\"metadata\":\"ipfs://QmZcH4YvBVVRJtdn4RdbaqgspFU8gH6P9vomDpBVpAL3u4/1\"}",
39 "{\"ntfTokenId\":\"12322\"",
40 "\"metadata\":\"ipfs://QmZcH4YvBVVRJtdn4RdbaqgspFU8gH6P9vomDpBVpAL3u4/2\"}]"
41 ],
42 "operation": "TRANSFER",
43 "refId": "grouptransaction123",
44 "sourceAddress": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
45 "state": "CANCELLED",
46 "tokenId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
47 "transactionType": "INBOUND",
48 "txHash": "0x4a25cc5e661d8504b59c5f38ba93f010e8518966f00e2ceda7955c4b8621357d",
49 "updateDate": "2023-01-01T12:04:05Z",
50 "userId": "ext_user_id_1",
51 "walletId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
52 "transactionScreeningEvaluation": {
53 "ruleName": "Low Gambling Risk (Owner)",
54 "actions": [
55 "REVIEW"
56 ],
57 "screeningDate": "2023-01-01T12:04:05Z",
58 "reasons": [
59 {
60 "source": "ADDRESS",
61 "sourceValue": "0x1bf9ad0cc2ad298c69a2995aa806ee832788218c",
62 "riskScore": "LOW",
63 "riskCategories": [
64 "GAMBLING"
65 ],
66 "type": "OWNERSHIP"
67 }
68 ]
69 }
70 }
71 }
72}