Skip to main content

SponsoredTransferResult

idstring<uuid>required

Internal transaction ID assigned by the platform for lifecycle tracking. Use it to reconcile the final on-chain hash if the broadcast transaction is later replaced or sped up.

Example: 77240849-8472-4755-9cb3-d6573a01da73
transactionHashstringrequired

Hash of the transfer transaction broadcast on-chain by the investor's wallet. Mining and confirmation are still pending at response time.

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{64}$

Example: 0x5e1d3a76fbf824220eeb87b32e0f8d09b0a0d6e6f2c3b1a49c8f7e6d5c4b3a21
SponsoredTransferResult
{
"id": "77240849-8472-4755-9cb3-d6573a01da73",
"transactionHash": "0x5e1d3a76fbf824220eeb87b32e0f8d09b0a0d6e6f2c3b1a49c8f7e6d5c4b3a21"
}