list_supported_pairs
Retrieve all chain-qualified token pairs supported for RFQ/swap to verify market availability before creating a quote.
Instructions
List the chain-qualified token pairs Hashlock supports for RFQ/swap. Read-only, no auth side effects.
USE WHEN: before create_rfq if unsure a token/chain is supported, or to show the user available markets instead of guessing. DO NOT USE WHEN: you already know the pair is supported — this is discovery, not a precondition.
Each entry is SYMBOL/chain. Same symbol on different chains (e.g. SUI/sui vs SUI/sui-testnet) are distinct markets — pass baseChain/quoteChain explicitly to create_rfq.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||