Liquidity Operations
Transfer Liquidity
POST
cURL
Transfer Liquidity
This endpoint provides functionality for transferring Algebra positions between addresses. It supports full position transfers including accrued fees.
Using the SDK
Security Considerations
-
Ownership Validation
- Position must exist and belong to the sender
- Recipient address must be valid and active
- Smart contract addresses should be verified for compatibility
-
Position State
- Unclaimed fees remain with the position
- Position settings (tick ranges, liquidity) remain unchanged
- Transfer includes all associated rights and permissions
Common Errors and Solutions
- Position Verification
Best Practices
-
Pre-transfer Checklist
- Verify recipient address carefully
- Consider collecting fees before transfer
- Document transfer for accounting purposes
- Inform recipient of position details
-
Security Steps
- Use address whitelisting when possible
- Implement transfer delays for large positions
- Double-check all addresses
- Consider using a test transfer with small positions first
Body
application/json
Response
201 - application/json
The response is of type object
.
The response is of type object
.
The response is of type object
.
cURL