/api/remit/compareCompare money transfer providers, remittance fees, and send-money-abroad cost. Cheapest way to send money overseas: total-cost ranking including hidden exchange-rate markup across Wise, Western Union, Remitly, and more. Shows exactly how much the recipient gets per provider for any from/to country and amount. Worldwide corridors.
Provider comparison
Side-by-side provider comparison showing true total cost (fee + FX markup). Uses live ECB mid-market rate as benchmark. Shows exactly how much the recipient gets with each provider.
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"amount": {
"description": "Amount to send (default: 500)",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"from": {
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"from_currency": {
"description": "e.g. USD, GBP, EUR, AED, CAD",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"lang": {
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"to": {
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"to_currency": {
"description": "e.g. PHP, INR, MXN, NGN, PKR",
"required": false,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"from",
"to"
],
"type": "object"
}