{ "appId": "{{appId}}", "appKey": "{{appKey}}", "userId": "000000-0101-TEST01", "userKey": "123456", "transactionHash":"0xcac7b1ca51248da82a1b580c6db1495ec0e3cc825adf86f63a608b7a500ae692", "methodName":"transferFrom" }
curl --location --request POST 'https://test.api.tichain.tianhecloud.com/api/v2/nfr/transaction/detail' \ --header 'Content-Type: application/json' \ --data-raw '{ "appId": "", "appKey": "", "userId": "000000-0101-TEST01", "userKey": "123456", "transactionHash":"0xcac7b1ca51248da82a1b580c6db1495ec0e3cc825adf86f63a608b7a500ae692", "methodName":"transferFrom" }'
{ "code": 0, "message": "success", "data": { "isSuccess": true, "output": "success", "tokenId": "9" } }