POST
/
tx
/
game
/
{txType}
curl --request POST \
  --url http://localhost:4040/tx/game/{txType} \
  --header 'Content-Type: application/json' \
  --data '{
  "personaTag": "CoolMage",
  "namespace": "agar-shooter",
  "nonce": 123,
  "signature": "<string>",
  "body": {}
}'
{
  "txHash": "<string>",
  "tick": 123
}

Path Parameters

txType
string
required

label of the transaction that wants to be submitted

Body

application/json
personaTag
string
required
namespace
string
required
nonce
integer
required
signature
string
required
body
object
required

Response

200 - application/json
txHash
string
required
tick
integer
required