Check is sprite is moving?

I have a sprite that is just bouncing and eventually lands stationary.

Is there a method to detect if a sprite is moving? Possibly something simple but I couldn’t find it while searching around.

Using Arcade physics. Didn’t include code with this as I figured it might be straightforward.

Check the body’s speed or velocity properties.