💱Transfer SRR Ownership By RevealHash
Executes blockchain transaction to transfer an ownership of an SRR to another Ethereum address.
Transfer With Default Collection
POST
<base_url>/startrail/api/v1/srr/{tokenId}/transferByReveal
Transfer With Custom Collection
POST
<base_url>/startrail/api/v1/srr/{contractAddress}/{tokenId}/transferByReveal
Please replace <base_url>
as explained here.
Transfer SRR to a new owner providing a reveal hash, the hash of matches the commitment given in the approval stage.
Path Parameters
tokenId*
String
Startrail Registry Record Token ID
contractAddress
String
The address of collection contract
Request Body
revealHash*
String
The key generated on Port Dashboard in advance for future transfer
to*
String
Next owner's EOA address. Both lowercase and mixed case which is compatible with EIP55 are accepted
isIntermediary
Boolean
{
"txReceiptId": 0
}
Request Body Example
{
"revealHash": "0x335929a4e59b0860ec04c620c1284dace74c00f7eadaadce7a18d6deba6c544e",
"to": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"isIntermediary": false
}
Swagger Endpoint (Test Environment)
Required Permissions
You need to have a Licensed User
Last updated
Was this helpful?