Rebroadcast the most recent IndexerNotification

post/api/v2/internal/{coin}/indexernotifications/rebroadcast

Rebroadcast a given txHash to be picked up by the Indexer Worker.

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc

Request Body

blockHashes array[string]
The block hashes
txHashes array[string]
The transaction hashes
force boolean
Whether to force the rebroadcast
sameStateUpdate boolean
Whether to rebroadcast the same state update
action string
The action
sendNotification boolean
Whether to send a notification
walletVersion number
The wallet version in string form (either 1 or 2)

200 Response

processed number required
The number of transactions processed
uploadedTxs number required
The number of transactions uploaded
invalidTxs number required
The number of transactions that were invalid

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