Check pair support and token configuration
Validates whether a trading pair is supported and returns token metadata including decimal precision and minimum input amount. Use this before calling the quote endpoint to catch invalid tokens early.
Response
Pair configuration. Check the supported field to determine if the pair can be traded.
Pair support and token metadata.
Input token identifier.
Output token identifier.
true if the pair can be traded; false otherwise.
Decimal precision of the input token. Present when supported: true.
Decimal precision of the output token. Present when supported: true.
Minimum viable input amount in smallest units. Present when supported: true.
Human-readable minimum input amount. Present when supported: true.
Error description. Present when supported: false.

