English
1curl -X POST https://api.koywe.com/api/v1/koywe-crypto/merchantId/order \2 -H "Authorization: Bearer <token>" \3 -H "Content-Type: application/json" \4 -d '{5 "quoteId": "string",6 "destinationAddress": "string",7 "paymentMethodId": "string"8}'
1{}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>