# Exchange Info

<mark style="color:blue;">`GET`</mark> `https://api.nitroex.io/metadata/v2/exchange/info`

Get info about NitroEx

{% tabs %}
{% tab title="200: OK Successful" %}

```json
{
  "data": {
    "name": "NitroEx Exchange",
    "description": "For All The People Of The Future",
    "location": "Malta",
    "logo": "https://www.nitroex.io/_next/static/media/logo_dark.39ab36b1.svg",
    "website": "https://www.nitroex.io",
    "twitter": "https://twitter.com/NitroExOfficial",
    "version": "1.0",
    "capability": {
      "markets": true,
      "trades": true,
      "tradesByTimestamp": null,
      "tradesSocket": null,
      "orders": null,
      "ordersSocket": null,
      "ordersSnapshot": true,
      "candles": false
    }
  },
  "success": true,
  "message": "Operation successful.",
  "timestamp": 1669037324188
}
```

{% endtab %}
{% endtabs %}
