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

Body

application/json
Transaction details

The body is of type object.

Response

200
application/json
Successful response

The response is of type object.