GetTransferQuote

Get a Quotation for your Transfer

URLCopied!

https://api.stablecoinxyz.com/v1/transfer/quote


Request BodyCopied!

You need to pass in two required fields to successfully fetch a quotation.

  • Stablecoin : USDC/USDT

  • Blockchain Network: MATIC-AMOY

Example Body

{
    "stablecoin" : "USDC",
    "blockchain_network": "MATIC-AMOY"
}

Example Response

{
    "uid": "78355e20-de5e-45fa-a29c-2866f19aeb92",
    "expiresAt": "1740994436",
    "fxRate": 87.38,
    "effectiveFxRate": 87.38,
    "platformFee": 0,
    "depositAddress": "0xbe2d06a4d0a77d90afb5e79c8190503315b46500"
}

Available Networks

  1. MATIC

  2. MATIC-AMOY

  3. SOL

  4. SOL-DEVNET

  5. BASE

  6. ARB

Available Stablecoins

  1. USDC

  2. USDT