Your First Swap
Step 1: Register
curl -X POST https://api.suwappu.bot/v1/agent/register \
-H "Content-Type: application/json" \
-d '{"name":"my-trading-bot","description":"Automated trading agent"}'{
"success": true,
"agent": {
"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
"name": "my-trading-bot",
"api_key": "suwappu_sk_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"created_at": "2025-01-15T10:30:00Z"
}
}Step 2: Get a Quote
Step 3: Execute the Swap
Step 4: Check Status
Status
Meaning
Next Steps
Last updated