SDK
Other than using the AFP website, you can trade also products programmatically using the provided Python SDK.
The library is published on PyPI as the afp-sdk package. It can be installed in a virtualenv with:
pip install afp-sdkThe afp package consists of the following:
afptop-level module: High-level API for interacting with the Clearing System and the AutEx exchange.afp.bindingssubmodule: Low-level API that provides typed Python bindings for the Clearing System smart contracts.
For usage examples please check the afp-sdk GitHub repository.