Submit a signed transaction to the blockchain
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A chain name listed in supported networks
{
"SOLANA": "sol",
"BASE": "base",
"BSC": "bsc",
"POLYGON": "polygon",
"ARBITRUM": "arbitrum",
"OPTIMISM": "optimism",
"AVALANCHE": "avalanche",
"ETHEREUM": "ethereum",
"ZKSYNC": "zksync",
"SUI": "sui"
}
Transaction parameters
The body is of type object
.
The response is of type object
.