Yield Xyz Get Historical Actions Request
data class YieldXyzGetHistoricalActionsRequest(val offset: Int? = null, val limit: Int? = null, val address: String? = null, val status: YieldXyzActionStatus? = null, val intent: YieldXyzActionIntent? = null, val type: YieldXyzActionType? = null, val yieldId: String? = null)
Request to get historical yield actions with optional filtering
Constructors
Link copied to clipboard
constructor(offset: Int? = null, limit: Int? = null, address: String? = null, status: YieldXyzActionStatus? = null, intent: YieldXyzActionIntent? = null, type: YieldXyzActionType? = null, yieldId: String? = null)