Transactions
Broadcast a transaction
Broadcasts a raw transaction to the network for the specified cryptocurrency.
post/cryptos/{cryptoCode}/broadcast
Path parameters
cryptoCodestring required
The cryptocurrency code (e.g., 'BTC').
Request body
Response
Transaction broadcast successfully.
Example response
{
"transactionId": "abcd1234..."
}