πSwap Crypto
Swap crypto balances in your Swapped Commerce account
Why Swap via API?
How it works
GET https://pay-api.swapped.com/v1/convert/quote?fromCurrency=USDT&fromAmount=50&toCurrency=ETHPOST https://pay-api.swapped.com/v1/convert { "fromAmount": "50", "fromCurrency": "USDT", "toCurrency": "ETH" }POST https://pay-api.swapped.com/v1/payouts { "payouts": [ { chain: "ethereum", currency: "ETH", amount: "0.004521", memo: "", // optional address: "0x0123456789..." customerName: "John Doe", customerEmail: "[email protected]" } ] }
Last updated