Make Empty Transaction

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

Route to make an empty transaction

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc
    Min length: >= 1 characters
  • addressstringRequired
    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