cURL
curl --request GET \ --url https://api.portalhq.io/api/v3/clients/me/integrations/yield-xyz/transactions/{transactionId} \ --header 'Authorization: Bearer <token>'
{ "data": { "rawResponse": { "type": "<string>", "status": "<string>", "hash": "<string>", "signedTransaction": "<string>", "unsignedTransaction": "<string>", "stakeId": "<string>", "explorerUrl": "<string>" } } }
Retrieves the status and details of a specific yield transaction.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The unique identifier of the yield transaction.
Transaction details retrieved successfully
Show child attributes
Was this page helpful?