Submits the on-chain transaction hash for a pending yield transaction
after signing and broadcasting it. If chainId is provided alongside
a user-operation hash, Portal resolves the underlying transaction
hash before forwarding to Yield.xyz.
This is a proxy to the Yield.xyz PUT /transactions/{transactionId}/submit-hash
endpoint. The response is wrapped under data.rawResponse. For the
full upstream response schema see
docs.yield.xyz.
Documentation Index
Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
Use this file to discover all available pages before exploring further.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The unique identifier of the yield transaction.
The on-chain transaction hash, or a user-operation hash if chainId is also provided.
Optional chain identifier in CAIP-2 format (e.g. eip155:1). When provided alongside a user-operation hash, the API resolves the underlying transaction hash before submitting to Yield.xyz.
Hash submitted successfully