Specify a transaction hash value and an operator ID to retrieve a list of transactions created by the operator. When creating a transaction, you may check the payload added to the transaction.
curl -i -X GET \ -u <username>:<password> \ 'https://anchor-api.klaytnapi.com/v1/operator/{operator-id}/tx/{transaction-hash}' \ -H 'x-chain-id: string'
{- "payload": {
- "field1": "field1 value",
- "field2": "field2 value",
- "id": "this-is-test-unique-id"
}, - "transactionHash": "0x4b8ab38728123ead97e4e8a304cb99f6dc1c78470e86020207ffa949005eb831"
}