Comment on page
💱
Transfer SRR Ownership By RevealHash
Executes blockchain transaction to transfer an ownership of an SRR to another Ethereum address.
The following URL points to the test environment. Replace it with the production's as necessary. See the URLs here.
post
https://api-stg.startrail.startbahn.jp/startrail
/api/v1/srr/{tokenId}/transferByReveal
Transfer SRR by reveal.
{
"revealHash": "0x335929a4e59b0860ec04c620c1284dace74c00f7eadaadce7a18d6deba6c544e",
"to": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"isIntermediary": false
}
- You need to have a Licensed User
You must pass the
revealHash which you generated at
approveSRRByCommitment()
via Startrail-Sdk-Js in order to complate transfer
Last modified 1mo ago