v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Base - Tatum API

Broadcast signed Base transaction

/v3/base/broadcast

2 credits per API call

Broadcast signed transaction to Base blockchain.

post/v3/base/broadcast

Request body

txDatastring required

Raw signed transaction to be published to network.

Example request

{
  "txData": "62BD544D1B9031EFC330A3E855CC3A0D51CA5131455C1AB3BCAC6D243F65460D"
}

Response

OK

txIdstring required

The hash (ID) of the transaction

Example response

{
  "txId": "c83f8818db43d9ba4accfe454aa44fc33123d47a4f89d47b314d6748eb0e9bc9"
}