Skip to main content

Retrieves detailed exchange version information

GET 

/defi/v1/exchange_version/network/:network/:exchange_version

Retrieves detailed exchange version information for a given exchange version code and network.

Parameters:

  • exchange_version_code: The unique code identifier of the exchange version.
  • network: The unique code identifier of the network.

Returns:

A JSON object with the key "data" containing detailed information about the exchange. If the exchange is not found, returns a 404 error.

Example: GET /api/v1/exchange/uniswap/ethereum

Request

Responses

Successful Response