S
S
Startrail APIs
Ask or search…
K
Comment on page
💱

Transfer SRR Ownership By RevealHash

Executes blockchain transaction to transfer an ownership of an SRR to another Ethereum address.

Transfer SRR ownership by RevealHash endpoint

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.

Request Body Example

{
"revealHash": "0x335929a4e59b0860ec04c620c1284dace74c00f7eadaadce7a18d6deba6c544e",
"to": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"isIntermediary": false
}

Swagger Endpoint (Test Environment)

Required Permissions

  • 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
©2023 Startbahn, Inc.