BillingPaymentsCrypto
BillingPaymentsCrypto
  • Getting Started
    • 👋 Welcome
    • 🔑 Sandbox credentials
    • 🏁 Getting Started
    • 📨 Webhooks
  • Payments API Reference
LogoLogo
Payments API ReferenceKoywe Crypto

POST
/api/v1/koywe-crypto/:merchantId/quote
POST
/api/v1/koywe-crypto/:merchantId/quote
1curl -X POST https://api.koywe.com/api/v1/koywe-crypto/merchantId/quote \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "symbolIn": "ARS",
6 "symbolOut": "USDC Polygon",
7 "executable": false,
8 "paymentMethodId": ""
9}'
Try it
201Created
1{}
Was this page helpful?
Previous

Create Order

Next
Built with
Create Quote

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

merchantIdstringRequired

Request

This endpoint expects an object.
symbolInstringRequired

Código ISO de 3 letras de la moneda de entrada.

symbolOutstringRequired

Código ISO de 3 letras de la moneda de salida.

executablebooleanRequiredDefaults to false
Ejecutable
paymentMethodIdstringRequired
Metodo de pago
amountIndoubleOptional
Monto en moneda de ingreso que se desea cotizar.
amountOutdoubleOptional
Monto en moneda de salida que se desea cotizar.

Response