Transfer Collateral and Positions [Python]
Note there are 3 primary methods of transferring assets on Derive:
- Transfer Collateral via
private/transfer_ec20
(e.g. USDC, ETH, BTC and etc): see Transfer Collateral Example - Transfer a single position via
private/transfer_position
(e.g. ETH-PERP or ETH option): example is WIP but same effect can be achieved by #3 - Transfer multiple positions via
private/transfer_positions
: e.g. ETH_PERP + BTC option: see Transfer Multiple Positions Example
The above examples use the Derive Python Action Signing SDK to greatly simplify signing the self-custodial actions and authentication.
Updated about 1 month ago