v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
Bank

Estimate corridor transfer

Estimates the amounts for a bank transfer via specified corridor

post/api/v3/bank/estimate/{corridor}

Path parameters

corridorstring required

Corridor name (sepa, ach, faster-payments, pix, spei, fedwire, swift, cips, chats, fps_hk, imps, etc.)

Response

OK

amountnumber required

Amount that would be transferred in destination currency

currencystring required

Destination fiat currency

expires_atinteger required

UTC timestamp when the estimation will expire

idstring required

Identifier of the estimation

Example response

{
  "amount": 100,
  "currency": "INR",
  "estimated_amounts": [
    {
      "amount": 109.41123037,
      "fee_amount": 0.5,
      "fee_precise_amount": "500000000000000000",
      "precise_amount": "109411230370000000000",
      "rate": 1.09345623,
      "token_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
      "token_symbol": "USDC"
    }
  ],
  "expires_at": 1617223200,
  "id": "00000000-0000-0000-0000-000000000001"
}