v3

Get a gateway quote (v3 — requires `ownerAddress`).

get/v3/get-quote

Query parameters

srcChainstring required

Source chain

dstChainstring required

Destination chain

senderstring

Address sending the funds (0x… on EVM chains, Base58 on Tron/Solana).

recipientstring required

Address receiving the funds (0x… on EVM chains, Base58 on Tron/Solana).

srcTokenstring required

Source token address (0x… on EVM chains, Base58 mint on Tron/Solana).

dstTokenstring required

Destination token address (0x… on EVM chains, Base58 mint on Tron/Solana).

amountstring required

Amount to swap (in smallest unit, e.g., sats or wei)

slippagestring required

Slippage tolerance (in basis points, e.g., 300 = 3%)

affiliatesstring

Comma-separated list of <address>:<bps> pairs, e.g. 0xf39F…:50,0x70997…:25. Omit or send an empty string for no affiliate fees. Max [intents::MAX_AFFILIATES] entries; total bps MUST NOT exceed [intents::MAX_AFFILIATE_TOTAL_BPS]; each bps MUST be > 0.

ownerAddressstring

EVM owner / refund address (0x…). This address is used for order lookup, and may be used for refunds. The request may be rejected when it is not provided.

refundAddressstring

Optional refund bitcoin address to be used in a bitcoin onramp request.

Response

Get a quote

OR
OR

Changes

Changed in 4 of the 19 revisions of this API.353

  • 5a00610487e412See the full diff
    • added subschema #1 to the //// response property oneOf list for the response status

      response-property-one-of-added

    • added the new MAX_SLIPPAGE_EXCEEDED enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new SERVICE_UNAVAILABLE enum value to the //// response property for the response status

      response-property-enum-value-added

  • aae0690f68d2121See the full diff
    • added subschema #12 to the //// response property oneOf list for the response status

      response-property-one-of-added

    • deleted the query request parameter gasRefill

      request-parameter-removed

    • added the new TOO_MANY_AFFILIATES enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the optional property // to the response with the status

      response-optional-property-added

  • 7dc4dd4a320a111See the full diff
    • added to the response property oneOf list for the response status

      response-property-one-of-added

    • added the new NON_COMPLIANT_ADDRESSES enum value to the //// response property for the response status

      response-property-enum-value-added

    • removed from the response property oneOf list for the response status

      response-property-one-of-removed

    • endpoint added

      endpoint-added