ogatensor / qimendunjia

a random liquidity sniper
0 stars 0 forks source link

Dynamic Mempool Analysis Feasibility Survey #25

Open ogatensor opened 2 months ago

ogatensor commented 2 months ago

The feasibility survey for dynamic mempool analysis should consider accessibility and attack defense documentation.

SekhReddy commented 2 months ago

The getrawmempool function returns a JSON array of string transaction IDs. Putting the JSON into a Pandas DataFrame via pd.read_json() could be a way to represent the data first so then we can run analysis on it.

https://docs.blastapi.io/blast-documentation/apis-documentation/core-api/bitcoin/getrawmempool