Skip to main content
POST
YieldSubmitTransactionHash reports a broadcast transaction hash to Yield for lifecycle tracking.

Overview

YieldSubmitTransactionHash reports the on-chain transaction hash of a broadcast Yield action back to Trails’ upstream Yield provider so it can advance lifecycle tracking and discover the resulting position in aggregate balance queries. Yield actions are constructed through YieldCreateEnterAction and YieldCreateExitAction, then signed and broadcast by the client. This endpoint is how the client hands the resulting hash back to Trails so the position shows up in YieldGetBalances.

Request Parameters

Both fields are trimmed and rejected as InvalidArgument if empty.

Response

  • transaction (YieldTransaction): The updated Yield transaction record.

Example

Errors

See also

Body

application/json
transactionId
string
required
transactionHash
string
required

Response

OK

transaction
object
required