GET
/
operation-type
curl --request GET \
  --url https://data.turin.tac.build/operation-type
{
  "response": "PENDING"
}

Query Parameters

operationId
string
required

Response

200
application/json
Type of the operation
response
enum<string>
Available options:
PENDING,
TON-TAC-TON,
ROLLBACK,
TON-TAC,
TAC-TON,
UNKNOWN

Was this page helpful?