Utility API
Broadcast Raw Transaction
Broadcasts a signed transaction to the blockchain in raw format. Unlike the standard broadcast, which builds the broadcast payload for you, this endpoint requires the final payload, ready for submission. Returns the transaction receipt (hash) or error details in case of failure.
POST
/
api
/
transaction
/
broadcast
/
raw
Authorizations
Authorization
string
headerrequiredBody
application/json
chainId
enum<string>
requiredUnique adamik identifier of the chain
Available options:
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
payload
string
requiredResponse
200 - application/json
hash
string
Was this page helpful?