DESKTOP-NE65RNK\Citrus_limon 1 year ago
parent
commit
47cba2d69a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/server.rs

+ 2 - 1
src/server.rs

@@ -174,7 +174,8 @@ async fn get_exchanges() -> impl Responder {
         "coinex_usdt_swap",
         "htx_usdt_swap",
         "bingx_usdt_swap",
-        "mexc_usdt_swap"
+        "mexc_usdt_swap",
+        "okx_usdt_swap",
     ];
     let response_data = json!(exchanges);