Description
I'd last to simply be able to pull the last transaction with a relatively low cache time (60 seconds or less). Either creating an end point that only send last transaction or reduce cache time on wallets. This could only pull the latest donation for my specific use case.
Use Case
This would allow for creating live isk donation trackers/notifications for streamers.
Example Response
[
{
"Amount":10000000
"From":"first_name last_name"
"Reason": "example text"
}
]
Description
I'd last to simply be able to pull the last transaction with a relatively low cache time (60 seconds or less). Either creating an end point that only send last transaction or reduce cache time on wallets. This could only pull the latest donation for my specific use case.
Use Case
This would allow for creating live isk donation trackers/notifications for streamers.
Example Response
[ { "Amount":10000000 "From":"first_name last_name" "Reason": "example text" } ]