A question about acceptable use

I’m developing a mobile app that tracks crypto prices.
I came across this endpoint: wss://stream.binance.com:9443/ws/!ticker@arr" which is
very suitable for my needs.

I want to capture data from this stream and save it into a DB to later present it to my mobile end users.

My question is basically this - Am I allowed to do this? In terms of acceptable use policy for Binance APIs

There are no restrictions on how you use the public data provided.

That’s awesome, thank you Chai