swap_quote
Get cryptocurrency swap quotes for trading operations, requiring slippage parameters to execute transactions on supported blockchain networks.
Instructions
Retrieve a swap quote. Be sure to add slippage!
Expects a SwapQuoteRequestContainer, returns a list of SwapQuoteResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
swap_quote_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"swap_quote_requests": {
"$ref": "#/$defs/SwapQuoteRequestContainer"
}
},
"required": [
"swap_quote_requests"
],
"type": "object"
}