Skip to main content
GET
/
flows
/
top
/
Get Flows by Chain (Netflow, Inflow, or Outflow)
curl --request GET \
  --url https://api.artemisxyz.com/flows/top/
{
"netflow": {
"arbitrum": 1856813244.361618,
"ethereum": 1188695698.848816,
"solana": 195860329.03961897,
"starknet": 184756510.98329353,
"worldchain": 177368634.17085475,
"bsc": 131925581.33942151,
"ink": 97772599.1497544,
"bitcoin": 12330641.120541543,
"sei": 10416090.915006101,
"injective": -10852685.931077005,
"blast": -30723619.298406344,
"sonic": -41052169.02770071,
"sui": -71336611.26863731,
"berachain": -117419578.08002841,
"linea": -262497866.31339657,
"optimism": -266369912.9281615,
"base": -476345617.2078624,
"hyperliquid": -623332546.9778671,
"unichain": -750076581.6227862,
"polygon": -1211174696.2455394
},
"inflow": {
"arbitrum": 28560292566.70461,
"ethereum": 18441802310.596027,
"solana": 1478754660.990374,
"starknet": 3720647018.686377,
"worldchain": 260481661.89002603,
"bsc": 1107616894.102065,
"ink": 234269987.80503842,
"bitcoin": 216913297.049746,
"sei": 55936528.22477417,
"injective": 14739454.12582809,
"blast": 0,
"sonic": 124237483.75243156,
"sui": 98986523.0858879,
"berachain": 924590325.2739693,
"linea": 20485404.53001087,
"optimism": 595022799.6778132,
"base": 3544540122.5477524,
"hyperliquid": 21822828008.70534,
"unichain": 1019743056.1892992,
"polygon": 1141683829.2237647
},
"outflow": {
"arbitrum": 26703479322.34299,
"ethereum": 17253106611.74721,
"solana": 1282894331.9507551,
"starknet": 3535890507.7030835,
"worldchain": 83113027.71917129,
"bsc": 975691312.7626436,
"ink": 136497388.65528402,
"bitcoin": 204582655.92920446,
"sei": 45520437.309768066,
"injective": 25592140.056905095,
"blast": 30723619.298406344,
"sonic": 165289652.78013226,
"sui": 170323134.3545252,
"berachain": 1042009903.3539977,
"linea": 282983270.84340745,
"optimism": 861392712.6059747,
"base": 4020885739.7556148,
"hyperliquid": 22446160555.68321,
"unichain": 1769819637.8120854,
"polygon": 2352858525.469304
}
}

Query Parameters

startDate
string<date>
required
endDate
string<date>
required
granularity
enum<string>
Available options:
DAY,
WEEK,
MONTH
sourceChains
string
required

Comma-separated list of blockchain identifiers. Use full chain names for best compatibility.

breakdown
enum<string>
required
Available options:
chains
flowType
enum<string>
required
Available options:
netflow,
inflow,
outflow
limit
integer
default:20

Optional parameter. May cause issues with certain sourceChains combinations.

APIKey
string
required

Response

200 - application/json

Flows data based on flowType parameter

The response is of type any.