Python
TransferChain Python SDK
The TransferChain Infrastructure SDK for Python enables you to write code to manage TransferChain Infrastructure resources.
Getting Started
To Start building the your product, please go ahead and check out https://github.com/TransferChain/transferchain-python-sdk
For further information on documentation and technical specs, please visit https://transferchain-python-sdk.readthedocs.io/
API token and Secret needs to be requested from TransferChain via [email protected] or please contact your customer success manager to obtain them.
Initialize TransferChain
```python
# Import the TransferChain class from the SDK
from transferchain.client import TransferChain
# Initialize TransferChain
tc = TransferChain()
```Add Master User
Add User
Get User
Restore Master User
Last updated