Get wallet IDs with stuck transactions from sendqueue

get/api/v2/internal/sendqueue/stucktxwallets

Internal route to get distinct wallet IDs from sendqueue that have stuck transactions

Query Parameters

  • minAttemptsstring<number>Default: 50
    Minimum number of attempts required to consider transaction as stuck
    Minimum: >= 1
  • dateFromstring<date-time>
    Start date for the query range (ISO 8601 format) If not provided, defaults to 7 days ago
  • dateTostring<date-time>
    End date for the query range (ISO 8601 format) If not provided, defaults to current time
  • limitstring<number>Default: 1000
    Maximum number of wallets to return
    Maximum: <= 5000
  • enterpriseIdstring
    Optional enterprise ID to filter wallets by enterprise

200 Response

wallets array[object] required
walletId string required
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
coin string required
A cryptocurrency symbol or token ticker symbol
Min length: >= 1 characters
Example: btc
enterpriseId string
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id