Create Quote
POST /v0/customers/{customer_id}/payin-transfer/quote1
BySourceAmount (provide source_amount)
POST /v0/customers/{customer_id}/payin-transfer/quote HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 168
{
"source_amount": "100.50",
"source_payment_rails": "ach",
"source_currency": "usd",
"destination_token": "usdc",
"destination_network": "polygon",
"developer_fee_percent": "0.5"
}{
"quote_id": "123e4567-e89b-12d3-a456-426614174000",
"source_amount": "100.50",
"source_currency": "usd",
"source_payment_rails": "ach",
"destination_token": "usdc",
"destination_network": "polygon",
"destination_amount": "100.50",
"fee_amount": "10.50",
"exchange_rate": "text"
}