Make Empty Transaction (Internal)

post/api/v2/internal/{coin}/makeTransaction/{address}

Creates an empty EVM transaction at a specific nonce to resolve nonce holes. Only supported on EVM-like coins.

Path Parameters

  • coinstringRequired
    The coin identifier (EVM-like coins only)
    Example: btc
    Min length: >= 1 characters
  • addressstringRequired
    The fee address to create the empty transaction for
    Min length: >= 1 characters

Request Body

nonce number required
The nonce for the transaction
cancel boolean
Whether to cancel the transaction
gasPrice number
The gas price

200 Response

txid string required
The transaction ID

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