List stuck transactions
Gets a list of potentially problematic transactions, their nonces, the reason they are stuck, and possible solutions for a given wallet.
Path parameters
A cryptocurrency symbol or token ticker symbol
Query parameters
True, if expanding the send transfer for each stuck transaction if one is available.
The transaction ID of the stuck transaction.
Only return UTXO transactions that have been unconfirmed for longer than this many minutes. Ignored for non-UTXO coins. If minUnconfirmedBlocks is also supplied, a transaction is returned if it satisfies either threshold.
Only return UTXO transactions that have been unconfirmed for longer than this many blocks. Ignored for non-UTXO coins. If minUnconfirmedMinutes is also supplied, a transaction is returned if it satisfies either threshold.
Response
OK
Example response
[
{
"nonce": 200000,
"txHex": "01000000000101d58f82d996dd872012675adadf4606734906b25a413f6e2ee535c0c10aef96020000000000ffffffff028de888000000000017a914c91aa24f65827eecec775037d886f2952b73cbe48740420f000000000017a9149304d18497b9bfe9532778a0f06d9fff3b3befaf870500473044022023d7210ba6d8bbd7a28b8af226f40f7235caab79156f93f9c9969fc459ea7f73022050fbdca788fba3de686b66b3501853695ff9d6f375867470207d233b099576e001000069522103d4788cda52f91c1f6c82eb91491ca76108c9c5f0839bc4f02eccc55fedb3311c210391bcef9dcc89570a79ba3c7514e65cd48e766a8868eca2769fa9242fdcc796662102ef3c5ebac4b54df70dea1bb2655126368be10ca0462382fcb730e55cddd2dd6a53aec8b11400",
"txId": "b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26",
"txType": "AddressInitialization",
"sendTransfer": {
"baseValueString": "2000000",
"coin": "btc",
"enterprise": "59cd72485007a239fb00282ed480da1f",
"entries": [
{
"address": "2NAUwNgXaoFj2VVnSEvNLGuez8CfdU2UCMZ",
"token": "omg",
"valueString": "20000",
"wallet": "59cd72485007a239fb00282ed480da1f",
"walletLabel": "My Cold Wallet"
}
],
"history": [
{
"user": "59cd72485007a239fb00282ed480da1f"
}
],
"id": "59cd72485007a239fb00282ed480da1f",
"organization": "59cd72485007a239fb00282ed480da1f",
"txid": "b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26",
"valueString": "2000000",
"wallet": "59cd72485007a239fb00282ed480da1f"
},
"gasAccelerationFee": {
"gasPrice": "200000",
"maxFeePerGas": "200000",
"maxPriorityFeePerGas": "200000"
},
"coin": "hteth",
"wallet": "59cd72485007a239fb00282ed480da1f"
}
]Changes
Changed in 1 of the 17 revisions of this API.2
- ○
added the new optional
queryrequest parameterminUnconfirmedBlocksnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminUnconfirmedMinutesnew-optional-request-parameter
- ○