Quote
Provide quotes for exchanges so that the returned quote value can be used to submit the actual swap request.
Last updated
Provide quotes for exchanges so that the returned quote value can be used to submit the actual swap request.
Last updated
Source code
Quotes the exchange rate between two assets.
The blockchain where the source asset currently resides (e.g., Bitcoin, Ethereum, Kaspa).
The type of the source asset (Native, SPL, ERC20, KRC20 etc.). Determines how the asset is identified and processed.
The identifier for the source asset - either a contract address for tokens or a ticker symbol. Should be null when SourceAssetType is Native (e.g., BTC, ETH, KAS).
The amount of source asset to be exchanged/transferred, expressed in the smallest unit of the asset (e.g., satoshi for Bitcoin, wei for Ethereum).
The destination blockchain for the exchange operation. When null, the system will use the same chain as the source (intra-chain operation).
The type of the target asset to receive. When null, the system will use the same asset type as the source.
The identifier for the target asset - either a contract address for tokens or a ticker symbol. Should be null when TargetAssetType is Native (e.g., BTC, ETH, KAS).
result of open api
OK