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