Fei

Examples

Note

These examples are crafted as a Jupyter notebook. You can download the original notebook file here.

Also note that inside Jupyter notebooks, await can be used freely outside of asyncio.run().

fei

Reference

async ctc.protocols.fei_utils.async_create_payload(*, blocks=None, timestamps=None, timescale=None, end_time=None, window_size=None, interval_size=None, provider=None)

create data payload from scratch

async ctc.protocols.fei_utils.async_get_pcv_stats(block=None, *, wrapper=False, provider=None)
async ctc.protocols.fei_utils.async_get_pcv_stats_by_block(blocks, *, wrapper=False, provider=None, nullify_invalid=True)
async ctc.protocols.fei_utils.async_print_pcv_assets(block=None)
async ctc.protocols.fei_utils.async_print_pcv_deposits(block=None)