1delta API
This is Python documentation for high-level 1delta protocol APIs.
Functionality includes:
Opening and closing short positions, utilizing Aave v3 lending pool.
Supply and withdraw collateral to/from Aave v3 lending pool.
Getting started
See
eth_defi.one_delta.deployment.fetch_deployment()
to get startedSee
eth_defi.one_delta.position.open_short_position()
how to open your first leveraged trading positionSee unit tests for more examples
1delta constants. |
|
1delta deployments. |
|
1delta integration position handlers. |
|
1delta price calculations. |
|
1delta proxy functions to interact with lending pool. |
|
1delta helper functions. |