Reprocess A Crypto Receive Transaction By Hash
Triggers a reprocess of a crypto receive transaction identified by its blockchain hash.
Useful when a deposit was not automatically detected or processed. The service will re-query the blockchain for the given hash and network combination.
The account must be fully operative for crypto operations.
Rate limit: 1 request per hash per reprocess window (cache-lock throttle). Additionally subject to the hourly rate limit scope txn_reprocess_hash_hour.
How to obtain the required values:
network: use theGET /network/currency-networks/{currency}/endpoint. Use thecodefield of the desired network (e.g."bitcoin","ethereum").currency: ISO 4217 crypto currency code (e.g."BTC","ETH","USDT").
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Body
Blockchain transaction hash to reprocess.
"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab"
ISO 4217 crypto currency code.
"BTC"
Network code for the transaction (e.g. bitcoin, ethereum, polygon).
"bitcoin"
Response
Reprocess started successfully. No response body is returned.