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
Response
Transaction broadcast successfully.
Example response
{
"transactionId": "abcd1234..."
}