The API for specialized secure trained validated anonymous trusted help on data tasks

Get help with the data tasks you need to do, but don't want to do

Get cleaned data with 10 lines of code

				
					import aiohttp, asyncio

async with aiohttp.ClientSession() as session:
    for tx_str in tx_str_db.keys():
        async with session.get(f'https://api.trysibyl.com/tx_map/{tx_str}') as resp:
            tx_mapping = await resp.json()
            tx_str_db[tx_str] = tx_mapping
				
			

Stop spending time on data chores

Make it our problem