Hi everyone,
Currently, I have learned how to build a centralized limit order book from scratch. However, I’m encountering difficulties in obtaining the data to simulate my simple program.
I found that there is an API called “allOrders,” but it only fetches orders’ data for the authenticated user.
Can I obtain a small set of orders data for the spot orders of two tokens, such as BTC USDT? (I don’t need the details; I just require real data on price and quantity for the purpose of comparing the efficiency of different architectures)
Thank you.