POST
/
ton
/
operation-id
curl --request POST \
  --url https://data.turin.tac.build/ton/operation-id \
  --header 'Content-Type: application/json' \
  --data '{
  "caller": "<string>",
  "shardCount": 123,
  "shardsKey": "<string>",
  "timestamp": 123
}'
{
  "response": "<string>"
}

Body

application/json
TransactionLinker

The body is of type object.

Response

200
application/json
OK

The response is of type object.