Skip to main content
POST
Get trade quote (EVM + Solana)
ネイティブ資産(ETH、SOL など)の取引には fromToken/toTokenNATIVE キーワードを使用してください。レート制限(ユーザーごとに 15/分)。Solana メインネットのみ(devnet/testnet は非対応)。ERC20 で from を指定すると approvalNeededspender を返します。

承認

x-api-key
string
header
必須

ボディ

application/json
chain
string
必須

EVM chain slug

fromToken
string
必須
toToken
string
必須
amount
string
必須

Amount in wei (decimal or 0x-hex)

from
string | null

Wallet address for allowance checks (optional)

includeGas
boolean | null

Include gas estimates (optional)

protocols
string | null

Comma-separated allowlist of protocols (optional)

excludeProtocols
string | null

Comma-separated blocklist of protocols (optional)

レスポンス

Quote response

quote
object
必須