Description: This endpoint submits signed transactions to the blockchain. This endpoint works uniformly for all transaction types prepared using the /prepare-transactions endpoint.
Headers:
x-api-key: YOUR_API_KEYContent-Type: application/jsonWorkflow:
/prepare-transactions with your desired method and parameterstransactions array using your preferred wallet or signing methodtxId to this endpointSupported Transaction Types:
This endpoint accepts signed transactions for all methods supported by /prepare-transactions:
newTokenization - Create new tokenized assetsnewSto - Create Security Token OfferingsnewInvest - Make investments in STOsclaimTokens - Claim tokens from completed STOscloseOffer - Close active STOsmintToken - Mint additional tokenswhitelist - Manage address whitelist statusapprove - Approve token spendingburnToken - Burn tokenstransferFrom - Transfer tokens (with approval)transferTo - Transfer tokens from signerdividendDistribution - Distribute dividends/prepare-transactions endpoint.
| Parameter | Type | Required | Description |
|---|---|---|---|
signedTransactions | string[] | Yes | Array of signed transaction hex strings |
txId | string | Yes | Transaction ID from prepare-transactions response |
/prepare-transactions with your desired method and parameterstransactions array using your preferred wallet or signing methodtxId to this endpoint/prepare-transactions:
newTokenization - Create new tokenized assetsnewSto - Create Security Token OfferingsnewInvest - Make investments in STOsclaimTokens - Claim tokens from completed STOscloseOffer - Close active STOsmintToken - Mint additional tokenswhitelist - Manage address whitelist statusapprove - Approve token spendingburnToken - Burn tokenstransferFrom - Transfer tokens (with approval)transferTo - Transfer tokens from signerdividendDistribution - Distribute dividends/get-transaction-status endpoint with the returned transaction hash.
txId matches the one received from /prepare-transactionsArray of signed transaction hex strings.
[
"0x02f8b1018203e8843b9aca00850ba43b740082520894742d35cc6634c0532925a3b8d4c9db96c4b4d8b80b844a9059cbb000000000000000000000000456789abcdef..."
]Transaction ID from prepare-transactions response.
"tx_abc123def456"