diff --git a/dexs/aark/index.ts b/dexs/aark/index.ts index d564fa2873..84663e396b 100644 --- a/dexs/aark/index.ts +++ b/dexs/aark/index.ts @@ -3,7 +3,7 @@ import { CHAIN } from "../../helpers/chains"; import { getUniqStartOfTodayTimestamp } from "../../helpers/getUniSubgraphVolume"; import fetchURL from "../../utils/fetchURL"; -const endpoint = "https://api.aark.digital/stats/volume/futures"; +const endpoint = "https://public-api.aark.digital/stats/volume/futures"; const fetch = async (timestamp: number) => { const dayTimestamp = getUniqStartOfTodayTimestamp(new Date(timestamp * 1000));