API Reference

Get the lowest nonce pending transaction for a wallet

gethttps://api.circle.com/v1/w3s/transactions/lowestNonceTransaction

  • Reference
  • Playground

For a nonce-supported blockchain, get the lowest nonce transaction that's in QUEUED or SENT or STUCK state for the provided wallet.

Query parameters
blockchain
string

Filter by blockchain.

address
string

Filter by the blockchain address of the wallet.

walletId
uuid

Filter by the wallet ID

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        "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        "l1Fee": "0.000000000000140021"
32      },
33      "feeLevel": "MEDIUM",
34      "firstConfirmDate": "2021-05-18T00:00:00Z",
35      "networkFee": "",
36      "networkFeeInUSD": "",
37      "nfts": [
38        "[{\"ntfTokenId\":\"12321\"",
39        "\"metadata\":\"ipfs://QmZcH4YvBVVRJtdn4RdbaqgspFU8gH6P9vomDpBVpAL3u4/1\"}",
40        "{\"ntfTokenId\":\"12322\"",
41        "\"metadata\":\"ipfs://QmZcH4YvBVVRJtdn4RdbaqgspFU8gH6P9vomDpBVpAL3u4/2\"}]"
42      ],
43      "operation": "TRANSFER",
44      "refId": "grouptransaction123",
45      "sourceAddress": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
46      "state": "CANCELLED",
47      "tokenId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
48      "transactionType": "INBOUND",
49      "txHash": "0x4a25cc5e661d8504b59c5f38ba93f010e8518966f00e2ceda7955c4b8621357d",
50      "updateDate": "2023-01-01T12:04:05Z",
51      "userId": "ext_user_id_1",
52      "walletId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
53      "transactionScreeningEvaluation": {
54        "ruleName": "Low Gambling Risk (Owner)",
55        "actions": [
56          "REVIEW"
57        ],
58        "screeningDate": "2023-01-01T12:04:05Z",
59        "reasons": [
60          {
61            "source": "ADDRESS",
62            "sourceValue": "0x1bf9ad0cc2ad298c69a2995aa806ee832788218c",
63            "riskScore": "LOW",
64            "riskCategories": [
65              "GAMBLING"
66            ],
67            "type": "OWNERSHIP"
68          }
69        ]
70      }
71    },
72    "feeInfo": {
73      "newHighEstimatedFee": {
74        "gasLimit": "21000",
75        "gasPrice": "",
76        "maxFee": "5.935224468",
77        "priorityFee": "1.022783914",
78        "baseFee": "1.022783914",
79        "networkFee": "0.0001246397138",
80        "networkFeeRaw": "0.0001246397138",
81        "l1Fee": "0.000000000000140021"
82      },
83      "feeDifferenceAmount": "0.1"
84    }
85  }
86}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.