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
caller
string
required
shardsKey
string
required
shardCount
integer
timestamp
integer

Response

200
application/json
OK
response
string

Was this page helpful?