Transactions

Broadcast a transaction

Broadcasts a raw transaction to the network for the specified cryptocurrency.

post/v1/cryptos/{cryptoCode}/broadcast

Path parameters

cryptoCodestring required

The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).

Request body

hexstring required

The raw transaction in hexadecimal format.

Response

Transaction broadcast successfully.

transactionIdstring required

The ID of the broadcasted transaction.

Example response

{
  "transactionId": "abcd1234..."
}

Changes