Money Streaming Events
Query CFA Data
Last updated
Query CFA Data
Last updated
#returns the new netFlowRate along with all flowUpdated events for a user
query MyQuery {
flowUpdatedEvents(where: {sender: "0xdcb45e4f6762c3d7c61a00e96fb94adb7cf27721"}) {
timestamp
token
type
totalSenderFlowRate
totalAmountStreamedUntilTimestamp
stream {
streamedUntilUpdatedAt
}
}
}