Transfers
Estimate Fees
Estimate fees for a potential transfer without creating one
POST
Use this endpoint to show users expected costs before they confirm a transfer.
Request body
string
required
The Solana mint address of the token to transfer.
string
required
Raw token amount as a string (e.g.
"1000000000" for 1 SOL).integer
default:"6"
Decimal precision of the token. Defaults to 6.
integer
default:"7"
Number of intermediate abstraction hops. Range: 3–10. Defaults to 7.
Response
string
Pricing tier determined by the USD equivalent of the transfer.
integer
Percentage fee in basis points.
string
Percentage fee in raw token units.
integer
Flat fee in lamports charged per hop.
integer
Total flat fee in lamports across all hops.
Integrator’s share of the percentage fee in raw token units.
Integrator’s share of the flat fee in lamports.
number
USD equivalent of the transfer amount at quote time (used for tier selection).
boolean
Whether this estimate was made with a test-mode API key.

