Skip to main content
POST
Get transfer quote

Authorizations

x-api-key
string
header
required

Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.

Body

application/json
fromChain
enum<string>
required

Primary chains where Zet-managed wallets operate

Available options:
base,
bsc
toChain
enum<string>
required

Blockchain network identifier

Available options:
base,
bsc,
ethereum,
polygon,
arbitrum,
avalanche,
solana
token
string
required

Token symbol to transfer.

Example:

"USDC"

amount
string
required
Example:

"100"

toToken
string

Destination token symbol if different from source. Enables bridge + swap.

Example:

"USDC"

destinationAddress
string

Recipient address on the destination chain. Required for cross-chain transfers.

Example:

"0xdef..."

Response

Transfer quote.

success
boolean
Example:

true

data
object