Returns a list of all exchanges.
Endpoint: getExchanges
Method: POST
Response
Name | Type | Description |
---|---|---|
address | String! | The contract address of the exchange. |
color | String | The hex string for the exchange color. |
exchangeVersion | String | The version of the exchange, if applicable. |
iconUrl | String | The exchange logo URL. |
id | String! | The ID of the exchange (address:id ). |
name | String | The name of the exchange. |
networkId | Int! | The network ID the exchange is deployed on. |
tradeUrl | String | The URL for the exchange. |