swap-get-possible-pairs
GET {{wallet-api-endpoint}}/api/wallets/:walletId/swaps/pairs
Get the available token pairs supported by our endpoint. The result set depends on the blockchain the wallet (:walletId) is hosted on.
If you feel you are missing a token pair, please contact us and we will look into making that available for you.
RESPONSES
status: OK
{"success":true,"result":[{"from":{"secretType":"MATIC","symbol":"MATIC","tokenAddress":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"},"to":{"secretType":"MATIC","symbol":"USDT","tokenAddress":"0xc2132d05d31c914a87c6611c10748aeb04b58e8f"}},{"from":{"secretType":"MATIC","symbol":"MATIC","tokenAddress":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"},"to":{"secretType":"MATIC","symbol":"AAVE","tokenAddress":"0xd6df932a45c0f255f85145f286ea0b292b21c90b"}}]}