Submit API
Submit transactions to the public mempool
Last updated
Submit transactions to the public mempool
Last updated
/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 .
This endpoint will fail with a 400 status code if the submitted transaction has a namespace
ID larger than 4294967295 (2^32 - 1).
Transaction
tagged<TX>