Send Raw Transaction
Submits a pre-signed transaction for broadcast to the Atoshi network. Only transactions signed with the private key corresponding to the address of a real-name verified user can be executed.
https://api.atoverse.info/api
?module=proxy
&action=atos_sendRawTransaction
&hex=0xf87c8087470de4df82000082753094564f2d8b22e1508b5762bb72491e1767e95abb988814d1120d7b1600008caaaabbbbccccddddeeeeffff820171a0fe2e4c7608cd1ad757bfe332cd25c4358641d6687bd27d332de492db4098899fa031617d479ddf3103e70c88951d927854dccd49afbbef867098d772c24ac5cd13
&apikey=YourApiKeyToken
Request
Query Parameters
Parameter | Description |
---|---|
hex | the string representing the signed raw transaction data to broadcast. |
Response
Sample response
{
"code":200,
"msg":"ok",
"data":"0x27ad22199cfcd0f79a1c94c5e615f7842ff0733434db54267a914c1ea7965674"
}
📋 Note: The result represents the transaction hash of the submitted raw transaction.Use Get Transaction Receipt to retrieve full details.