cURL
curl --request POST \ --url http://localhost:4040/tx/game/{txType} \ --header 'Content-Type: application/json' \ --data '{ "personaTag": "CoolMage", "namespace": "agar-shooter", "timestamp": 123, "signature": "<string>", "body": {} }'
{ "txHash": "<string>", "tick": 123 }
Submit a transaction to Cardinal
label of the transaction that wants to be submitted
Transaction details
The body is of type object.
object
Successful response
The response is of type object.