Submit API

Submit transactions to the public mempool

Endpoints

POST /submit/submit

Returns the hash of the transaction if it was successfully submitted. This does not mean the transaction has yet been sequenced. The user can check for inclusion of the transaction using /availability/transaction/hash/:hash from the availability API.

Request Body Transaction

Returns tagged<TX>

Last updated