> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eqxpay.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List supported retail offramp routes



## OpenAPI

````yaml GET /v1/api/markets/routes
openapi: 3.0.0
info:
  title: EQXPay API
  description: >-
    EQX v2.5 staging API for admin, liquidity-provider, and integrator
    operations.
  version: 2.5.0
  contact: {}
servers: []
security: []
tags: []
paths:
  /v1/api/markets/routes:
    get:
      tags:
        - Markets
      summary: List supported retail offramp routes
      operationId: MarketsController_listSupportedRetailRoutes
      parameters: []
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      scheme: bearer
      bearerFormat: JWT
      type: http

````