Get Yield Reward Claim
Retrieve a yield reward claim transaction by its ID.
Path parameters
The yield claim transaction ID.
Headers
ID of your Privy app.
Response
Yield reward claim retrieved successfully.
Example response
{
"caip2": "eip155:8453",
"created_at": 1631573050000,
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"rewards": [
{
"amount": "115631364898103632676",
"token_address": "0x1234567890abcdef1234567890abcdef12345678",
"token_symbol": "MORPHO"
}
],
"status": "pending",
"updated_at": 1631573050000
}Changes
Changed in 1 of the 46 revisions of this API.19
- ▲
the
statusresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
BlockchainTransactionStatussubschema #2to thestatusresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
broadcastedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
confirmedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
execution_revertedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
failedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
finalizedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
pendingenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
provider_errorenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
replacedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ▲