REST APIMint

GET

Returns asset pair configurations, optionally filtered by enabled status

Path Params

  • enterpriseId string required
    Enterprise ID to retrieve asset pairs for

Query Params

  • token string
    Optional filter by token (chain-agnostic token slug, e.g. "usd1")

Responses

200
OK

Response Body

object

Response type for the exchange pairs endpoint Returns an array of exchange pair configurations
  • assetPairs array of objects required
    assetPairs object
    • source object required
      Source asset configuration for this pair
      source object
      • asset string required
        Chain-scoped asset identifier

        at least 1 characters

      • minimumAmount string required
        Minimum source amount required, expressed in base units. "0" means no minimum enforced.

        matches ^[0-9]+$

      • decimals number required
        Number of decimal places for this asset
    • destination object required
      Destination asset configuration for this pair
      destination object
      • asset string required
        Chain-scoped asset identifier

        at least 1 characters

      • decimals number required
        Number of decimal places for this asset
    • fee object required
      Fee applied to this exchange pair
      fee object
      • basisPoints string required
        Fee in basis points (1 bps = 0.01%). "0" means no fee.

        matches ^[0-9]+$

400
Bad Request
No response body
500
Internal Server Error
No response body