get p2p data in googlesheet

I would like to spool my p2p trading data to Google Sheets and have the sheet updated in real-time as I trade on Binance. I would also like to fetch my Binance pay records to google sheets the same way.

How can I achieve this?

It is not recommended to pull data in google sheet directly as it may hit the rate limit. However you could write your own script in most popular languages, e.g. Python, then upload to google sheet.