GET - eventInfo
Get the info of an event created at the block chain.
Http method
URL endpoint
Request header
Request body
{
"transactionHash" : "0x1234abcdef..."
}{
"status": "success",
"externalEventId": "externalEventId",
"transactionHash": "0x1234abcdef...",
"contractAddress": "0x1234abcdef...",
"tickets": [
{
"section": "section name",
"tickeTypeName": "ticket type",
"availableSpaces": 100,
"seated": true
},
{
"section": "section name",
"tickeTypeName": "ticket type",
"availableSpaces": 100,
"seated": true
},
... // Other ticket types
]
}Parameter description :
Last updated