DH
5 min read·Updated 2026-06-12

Endpoint Catalog

Complete list of external read endpoints, accepted query parameters, response DTO names, and detailed reference pages.

Read the external surface

Every route in this catalog is a GET endpoint under https://api.dexhunt.app/api/developer/v1 and requires X-API-Key. Paths below omit the common prefix.

Method

The external namespace is read-only. It returns data and analytics, never order execution controls.

GET only

Where to continue

The detailed pages include request examples, representative responses, and field notes.

Use the surface column

List every endpoint

PathQuery paramsResponseSurface
/networksnonePageResponse<NetworkDto>Discovery
/networks/{network}/overviewnoneOverviewResponseOverview
/networks/{network}/walletssize, direction, minAccountValue, maxAccountValue, profitSize, profitStatus, pace, style, strategy, minWinRate, maxDrawdown, sort, order, limit, cursorWalletListResponseWallets
/networks/{network}/wallets/{address}noneWalletDetailDtoWallets
/networks/{network}/wallets/{address}/profilenoneWalletProfileResponseWallets
/networks/{network}/wallets/{address}/open-orderslimitOpenOrdersResponseWallet activity
/networks/{network}/wallets/{address}/fillslimitWalletFillsResponseWallet activity
/networks/{network}/wallets/{address}/fundinglimitFundingResponseWallet activity
/networks/{network}/wallets/{address}/transferslimitTransfersResponseWallet activity
/networks/{network}/marketssort, orderMarketsResponseMarkets
/networks/{network}/markets/{asset}noneMarketDtoMarkets
/networks/{network}/markets/{asset}/whale-positionsdirection, limit, cursorMarketWhalePositionsResponseMarkets
/networks/{network}/markets/{asset}/candlesinterval, from, to, limit, cursorMarketCandlesResponseTimeseries
/networks/{network}/markets/{asset}/open-interestinterval, from, to, limit, cursorMarketOpenInterestResponseTimeseries
/networks/{network}/markets/{asset}/positioninginterval, from, to, limit, cursorMarketPositioningResponseTimeseries
/networks/{network}/liquidity-levelsfromDate, toDate, asset, limit, cursorLiquidationLevelsResponseMarkets
/networks/{network}/rankings/tradersmetric, period, limit, capital, quality, style, assetTraderRankingsResponseRankings
/networks/{network}/rankings/assetsboard, period, limitAssetRankingsResponseRankings
/networks/{network}/whale-activitylimit, cursorWhaleActivityResponseActivity
/networks/{network}/market-newslimit, cursorMarketNewsResponseNews

What to do next