cURL
curl --request POST \ --url https://api.walletsuite.io/api/txs/send \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "chain": "<string>", "signedTx": "<string>" } '
{ "ok": true, "code": "<string>", "message": "<string>", "data": { "chain": "<string>", "hash": "<string>" } }
Submits a signed raw transaction to the blockchain network and returns its transaction hash/txid.
API key provided by WalletSuite team
OK
Show child attributes
Was this page helpful?