Token - Trade Data (Multiple)
curl --request GET \
--url https://public-api.birdeye.so/defi/v3/token/trade-data/multiple \
--header 'X-API-KEY: <api-key>'import requests
url = "https://public-api.birdeye.so/defi/v3/token/trade-data/multiple"
headers = {"X-API-KEY": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'X-API-KEY': '<api-key>'}};
fetch('https://public-api.birdeye.so/defi/v3/token/trade-data/multiple', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"success": true,
"data": {
"So11111111111111111111111111111111111111112": {
"address": "So11111111111111111111111111111111111111112",
"holder": 3499140,
"market": 189737,
"last_trade_unix_time": 1755058812,
"last_trade_human_time": "2025-08-13T04:20:12",
"price": 199.98794169268422,
"history_1m_price": 199.7093584833286,
"price_change_1m_percent": 0.13949431887983973,
"history_5m_price": 199.08815924367772,
"price_change_5m_percent": 0.45195176469796405,
"history_30m_price": 198.22141301108715,
"price_change_30m_percent": 0.8911896322211458,
"history_1h_price": 198.54371624183344,
"price_change_1h_percent": 0.7274092971502866,
"history_2h_price": 194.28095313746698,
"price_change_2h_percent": 2.9374925658199516,
"history_4h_price": 192.49069567980555,
"price_change_4h_percent": 3.8948615081893583,
"history_6h_price": 192.60116257977168,
"price_change_6h_percent": 3.83527233894711,
"history_8h_price": 191.01937366628366,
"price_change_8h_percent": 4.6951091160360034,
"history_12h_price": 181.53883656902224,
"price_change_12h_percent": 10.162621658450208,
"history_24h_price": 175.7360146296086,
"price_change_24h_percent": 13.80020317075608,
"unique_wallet_1m": 9919,
"unique_wallet_history_1m": 10205,
"unique_wallet_1m_change_percent": -2.8025477707006368,
"unique_wallet_5m": 30876,
"unique_wallet_history_5m": 30852,
"unique_wallet_5m_change_percent": 0.07779074290159471,
"unique_wallet_30m": 84877,
"unique_wallet_history_30m": 91310,
"unique_wallet_30m_change_percent": -7.045230533347936,
"unique_wallet_1h": 140850,
"unique_wallet_history_1h": 139362,
"unique_wallet_1h_change_percent": 1.0677229086838593,
"unique_wallet_2h": 232838,
"unique_wallet_history_2h": 256234,
"unique_wallet_2h_change_percent": -9.130716454490816,
"unique_wallet_4h": 397846,
"unique_wallet_history_4h": 319789,
"unique_wallet_4h_change_percent": 24.408907123134316,
"unique_wallet_8h": 616497,
"unique_wallet_history_8h": 598174,
"unique_wallet_8h_change_percent": 3.0631555366833063,
"unique_wallet_24h": 1312571,
"unique_wallet_history_24h": 1595218,
"unique_wallet_24h_change_percent": -17.718393348119193,
"trade_1m": 22382,
"trade_history_1m": 24983,
"trade_1m_change_percent": -10.411079534083177,
"sell_1m": 12625,
"sell_history_1m": 14424,
"sell_1m_change_percent": -12.472268441486412,
"buy_1m": 9757,
"buy_history_1m": 10559,
"buy_1m_change_percent": -7.595416232597783,
"volume_1m": 19402.25827599,
"volume_1m_usd": 3877354.094558342,
"volume_history_1m": 22411.114589328998,
"volume_history_1m_usd": 4475845.358663695,
"volume_1m_change_percent": -13.425732581688099,
"volume_buy_1m": 10919.262528264999,
"volume_buy_1m_usd": 2182246.2382117016,
"volume_buy_history_1m": 11059.580722686998,
"volume_buy_history_1m_usd": 2208895.1658868995,
"volume_buy_1m_change_percent": -1.2687478661298504,
"volume_sell_1m": 8482.995747725001,
"volume_sell_1m_usd": 1695107.8563466403,
"volume_sell_history_1m": 11351.533866642,
"volume_sell_history_1m_usd": 2266950.192776796,
"volume_sell_1m_change_percent": -25.270048546889168,
"trade_5m": 120448,
"trade_history_5m": 132553,
"trade_5m_change_percent": -9.13219617813252,
"sell_5m": 68867,
"sell_history_5m": 74871,
"sell_5m_change_percent": -8.019126230449707,
"buy_5m": 51581,
"buy_history_5m": 57682,
"buy_5m_change_percent": -10.576956416213031,
"volume_5m": 134293.28506683398,
"volume_5m_usd": 26766762.067839466,
"volume_history_5m": 169555.78181202302,
"volume_history_5m_usd": 33700058.87877406,
"volume_5m_change_percent": -20.796988677320712,
"volume_buy_5m": 71284.36863666699,
"volume_buy_5m_usd": 14209360.95633716,
"volume_buy_history_5m": 86179.23586617,
"volume_buy_history_5m_usd": 17129947.159285817,
"volume_buy_5m_change_percent": -17.283591667758163,
"volume_sell_5m": 63008.916430166995,
"volume_sell_5m_usd": 12557401.111502308,
"volume_sell_history_5m": 83376.54594585301,
"volume_sell_history_5m_usd": 16570111.71948824,
"volume_sell_5m_change_percent": -24.428487993390018,
"trade_30m": 701197,
"trade_history_30m": 726567,
"trade_30m_change_percent": -3.491763319831481,
"sell_30m": 405193,
"sell_history_30m": 423206,
"sell_30m_change_percent": -4.256319617396729,
"buy_30m": 296004,
"buy_history_30m": 303361,
"buy_30m_change_percent": -2.42516341916067,
"volume_30m": 949543.568352686,
"volume_30m_usd": 188331559.77578738,
"volume_history_30m": 1007682.2970747652,
"volume_history_30m_usd": 200156959.86425337,
"volume_30m_change_percent": -5.769549479121749,
"volume_buy_30m": 473130.29251346184,
"volume_buy_30m_usd": 93856764.62199154,
"volume_buy_history_30m": 479675.0794320691,
"volume_buy_history_30m_usd": 95280522.80842383,
"volume_buy_30m_change_percent": -1.3644208755552232,
"volume_sell_30m": 476413.2758392241,
"volume_sell_30m_usd": 94474795.15379584,
"volume_sell_history_30m": 528007.2176426961,
"volume_sell_history_30m_usd": 104876437.05582954,
"volume_sell_30m_change_percent": -9.771446313520995,
"trade_1h": 1323781,
"trade_history_1h": 1460948,
"trade_1h_change_percent": -9.388903643387717,
"sell_1h": 766537,
"sell_history_1h": 833994,
"sell_1h_change_percent": -8.088427494682215,
"buy_1h": 557244,
"buy_history_1h": 626954,
"buy_1h_change_percent": -11.1188380646746,
"volume_1h": 1820201.59264859,
"volume_1h_usd": 361341012.2305983,
"volume_history_1h": 2215504.2512326725,
"volume_history_1h_usd": 436450282.08621264,
"volume_1h_change_percent": -17.842559244205567,
"volume_buy_1h": 887557.0838598588,
"volume_buy_1h_usd": 176209011.91770583,
"volume_buy_history_1h": 1115539.1923768108,
"volume_buy_history_1h_usd": 219688244.87947023,
"volume_buy_1h_change_percent": -20.436942966674668,
"volume_sell_1h": 932644.5087887311,
"volume_sell_1h_usd": 185132000.31289244,
"volume_sell_history_1h": 1099965.058855862,
"volume_sell_history_1h_usd": 216762037.2067424,
"volume_sell_1h_change_percent": -15.211442283554966,
"trade_2h": 2680277,
"trade_history_2h": 2737323,
"trade_2h_change_percent": -2.084006892865767,
"sell_2h": 1540883,
"sell_history_2h": 1520437,
"sell_2h_change_percent": 1.344744964769997,
"buy_2h": 1139394,
"buy_history_2h": 1216886,
"buy_2h_change_percent": -6.368057484431573,
"volume_2h": 3831436.2591108195,
"volume_2h_usd": 757193487.9218342,
"volume_history_2h": 4109861.943241723,
"volume_history_2h_usd": 795392999.4275689,
"volume_2h_change_percent": -6.774575106804935,
"volume_buy_2h": 1923072.2242222985,
"volume_buy_2h_usd": 379995670.0617659,
"volume_buy_history_2h": 2184514.4664095147,
"volume_buy_history_2h_usd": 422774489.6633253,
"volume_buy_2h_change_percent": -11.967979439244672,
"volume_sell_2h": 1908364.0348885208,
"volume_sell_2h_usd": 377197817.8600683,
"volume_sell_history_2h": 1925347.4768322085,
"volume_sell_history_2h_usd": 372618509.7642436,
"volume_sell_2h_change_percent": -0.8820974991813233,
"trade_4h": 5678777,
"trade_history_4h": 4738200,
"trade_4h_change_percent": 19.850934954202017,
"sell_4h": 3202740,
"sell_history_4h": 2598002,
"sell_4h_change_percent": 23.277041357166006,
"buy_4h": 2476037,
"buy_history_4h": 2140198,
"buy_4h_change_percent": 15.691959342079564,
"volume_4h": 8309320.811196025,
"volume_4h_usd": 1622815342.7326021,
"volume_history_4h": 5827559.3867111625,
"volume_history_4h_usd": 1117139333.4616933,
"volume_4h_change_percent": 42.586634640637584,
"volume_buy_4h": 4284655.759920602,
"volume_buy_4h_usd": 836546459.2978258,
"volume_buy_history_4h": 2923792.0279110167,
"volume_buy_history_4h_usd": 560556194.860776,
"volume_buy_4h_change_percent": 46.54447782258615,
"volume_sell_4h": 4024665.0512754233,
"volume_sell_4h_usd": 786268883.4347763,
"volume_sell_history_4h": 2903767.358800146,
"volume_sell_history_4h_usd": 556583138.6009173,
"volume_sell_4h_change_percent": 38.60149777764701,
"trade_8h": 9833979,
"trade_history_8h": 10453618,
"trade_8h_change_percent": -5.9275075863686615,
"sell_8h": 5479388,
"sell_history_8h": 5773818,
"sell_8h_change_percent": -5.099398699439435,
"buy_8h": 4354591,
"buy_history_8h": 4679800,
"buy_8h_change_percent": -6.949207231078251,
"volume_8h": 13222473.11080315,
"volume_8h_usd": 2564461762.1546955,
"volume_history_8h": 14155274.76815367,
"volume_history_8h_usd": 2581042172.9211245,
"volume_8h_change_percent": -6.589781354503434,
"volume_buy_8h": 6715098.255980505,
"volume_buy_8h_usd": 1302403501.8965921,
"volume_buy_history_8h": 7280589.108363739,
"volume_buy_history_8h_usd": 1327749998.8559382,
"volume_buy_8h_change_percent": -7.767102963324963,
"volume_sell_8h": 6507374.854822645,
"volume_sell_8h_usd": 1262058260.2581036,
"volume_sell_history_8h": 6874685.65978993,
"volume_sell_history_8h_usd": 1253292174.0651865,
"volume_sell_8h_change_percent": -5.342946909059243,
"trade_24h": 30745188,
"trade_history_24h": 33058246,
"trade_24h_change_percent": -6.996916896316882,
"sell_24h": 17120896,
"sell_history_24h": 18482135,
"sell_24h_change_percent": -7.365161005479075,
"buy_24h": 13624292,
"buy_history_24h": 14576111,
"buy_24h_change_percent": -6.5299928080953835,
"volume_24h": 43277742.1619526,
"volume_24h_usd": 7920279131.146593,
"volume_history_24h": 49475082.60178679,
"volume_history_24h_usd": 8868558906.245562,
"volume_24h_change_percent": -12.52618512982609,
"volume_buy_24h": 21921600.663383704,
"volume_buy_24h_usd": 4013460416.672328,
"volume_buy_history_24h": 24403487.274207145,
"volume_buy_history_24h_usd": 4374621039.616789,
"volume_buy_24h_change_percent": -10.170212900049862,
"volume_sell_24h": 21356141.4985689,
"volume_sell_24h_usd": 3906818714.4742656,
"volume_sell_history_24h": 25071595.327579647,
"volume_sell_history_24h_usd": 4493937866.628773,
"volume_sell_24h_change_percent": -14.819375394606885,
"is_scaled_ui_token": false,
"multiplier": null
},
"mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So": {
"address": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
"holder": 154578,
"market": 109,
"last_trade_unix_time": 1755058809,
"last_trade_human_time": "2025-08-13T04:20:09",
"price": 262.98670680518865,
"history_1m_price": 262.70278280753195,
"price_change_1m_percent": 0.10807803199584518,
"history_5m_price": 261.91755440219526,
"price_change_5m_percent": 0.4082018883513294,
"history_30m_price": 260.7109387939594,
"price_change_30m_percent": 0.8729085253410946,
"history_1h_price": 261.1699519292572,
"price_change_1h_percent": 0.695621706291677,
"history_2h_price": 255.60795345564043,
"price_change_2h_percent": 2.886746382415979,
"history_4h_price": 252.63997246560257,
"price_change_4h_percent": 4.095446274241028,
"history_6h_price": 252.45441235151782,
"price_change_6h_percent": 4.171958951149426,
"history_8h_price": 251.48576070904278,
"price_change_8h_percent": 4.573199716643966,
"history_12h_price": 239.02755642073214,
"price_change_12h_percent": 10.023593406228036,
"history_24h_price": 231.16561917408512,
"price_change_24h_percent": 13.765493218582755,
"unique_wallet_1m": 28,
"unique_wallet_history_1m": 43,
"unique_wallet_1m_change_percent": -34.883720930232556,
"unique_wallet_5m": 102,
"unique_wallet_history_5m": 73,
"unique_wallet_5m_change_percent": 39.726027397260275,
"unique_wallet_30m": 288,
"unique_wallet_history_30m": 301,
"unique_wallet_30m_change_percent": -4.318936877076412,
"unique_wallet_1h": 482,
"unique_wallet_history_1h": 623,
"unique_wallet_1h_change_percent": -22.63242375601926,
"unique_wallet_2h": 976,
"unique_wallet_history_2h": 982,
"unique_wallet_2h_change_percent": -0.6109979633401222,
"unique_wallet_4h": 1740,
"unique_wallet_history_4h": 1491,
"unique_wallet_4h_change_percent": 16.70020120724346,
"unique_wallet_8h": 2940,
"unique_wallet_history_8h": 3087,
"unique_wallet_8h_change_percent": -4.761904761904762,
"unique_wallet_24h": 6691,
"unique_wallet_history_24h": 5459,
"unique_wallet_24h_change_percent": 22.56823594064847,
"trade_1m": 73,
"trade_history_1m": 177,
"trade_1m_change_percent": -58.75706214689266,
"sell_1m": 36,
"sell_history_1m": 89,
"sell_1m_change_percent": -59.55056179775281,
"buy_1m": 37,
"buy_history_1m": 88,
"buy_1m_change_percent": -57.95454545454546,
"volume_1m": 12.059571704,
"volume_1m_usd": 3171.3705478902007,
"volume_history_1m": 37.398013155,
"volume_history_1m_usd": 9824.980892155985,
"volume_1m_change_percent": -67.75344279917267,
"volume_buy_1m": 6.029785852,
"volume_buy_1m_usd": 1585.7385240127205,
"volume_buy_history_1m": 18.503508619999998,
"volume_buy_history_1m_usd": 4861.455461890566,
"volume_buy_1m_change_percent": -67.41274330273477,
"volume_sell_1m": 6.029785852,
"volume_sell_1m_usd": 1585.6320238774802,
"volume_sell_history_1m": 18.894504535,
"volume_sell_history_1m_usd": 4963.525430265419,
"volume_sell_1m_change_percent": -68.08709198576506,
"trade_5m": 653,
"trade_history_5m": 406,
"trade_5m_change_percent": 60.83743842364532,
"sell_5m": 324,
"sell_history_5m": 204,
"sell_5m_change_percent": 58.82352941176471,
"buy_5m": 329,
"buy_history_5m": 202,
"buy_5m_change_percent": 62.87128712871287,
"volume_5m": 162.28248443299998,
"volume_5m_usd": 42558.97155905787,
"volume_history_5m": 106.457894647,
"volume_history_5m_usd": 27843.252679286117,
"volume_5m_change_percent": 52.43818691991493,
"volume_buy_5m": 80.69316228699999,
"volume_buy_5m_usd": 21163.129320319964,
"volume_buy_history_5m": 52.24340721,
"volume_buy_history_5m_usd": 13664.499121192126,
"volume_buy_5m_change_percent": 54.456163172210516,
"volume_sell_5m": 81.58932214599999,
"volume_sell_5m_usd": 21395.84223873791,
"volume_sell_history_5m": 54.214487437,
"volume_sell_history_5m_usd": 14178.753558093993,
"volume_sell_5m_change_percent": 50.493578383104584,
"trade_30m": 2750,
"trade_history_30m": 3048,
"trade_30m_change_percent": -9.776902887139109,
"sell_30m": 1382,
"sell_history_30m": 1557,
"sell_30m_change_percent": -11.23956326268465,
"buy_30m": 1368,
"buy_history_30m": 1491,
"buy_30m_change_percent": -8.249496981891348,
"volume_30m": 799.0710690200001,
"volume_30m_usd": 208527.97926690662,
"volume_history_30m": 2481.054935338,
"volume_history_30m_usd": 648754.0741432161,
"volume_30m_change_percent": -67.79309246084304,
"volume_buy_30m": 373.422228748,
"volume_buy_30m_usd": 97472.73322911118,
"volume_buy_history_30m": 522.7496909670001,
"volume_buy_history_30m_usd": 136616.53562110744,
"volume_buy_30m_change_percent": -28.565767670329773,
"volume_sell_30m": 425.64884027200003,
"volume_sell_30m_usd": 111055.24603779544,
"volume_sell_history_30m": 1958.305244371,
"volume_sell_history_30m_usd": 512137.5385221087,
"volume_sell_30m_change_percent": -78.26442831139347,
"trade_1h": 5309,
"trade_history_1h": 7560,
"trade_1h_change_percent": -29.775132275132275,
"sell_1h": 2687,
"sell_history_1h": 3808,
"sell_1h_change_percent": -29.438025210084035,
"buy_1h": 2622,
"buy_history_1h": 3752,
"buy_1h_change_percent": -30.11727078891258,
"volume_1h": 3138.6927878439997,
"volume_1h_usd": 820410.1239532583,
"volume_history_1h": 3282.0023030169996,
"volume_history_1h_usd": 851813.8301435173,
"volume_1h_change_percent": -4.3665269534168765,
"volume_buy_1h": 824.397139262,
"volume_buy_1h_usd": 215375.7401405987,
"volume_buy_history_1h": 1399.4322926629998,
"volume_buy_history_1h_usd": 363318.59453095926,
"volume_buy_1h_change_percent": -41.0906019830911,
"volume_sell_1h": 2314.2956485819996,
"volume_sell_1h_usd": 605034.3838126595,
"volume_sell_history_1h": 1882.5700103539998,
"volume_sell_history_1h_usd": 488495.235612558,
"volume_sell_1h_change_percent": 22.93277996852918,
"trade_2h": 12547,
"trade_history_2h": 12272,
"trade_2h_change_percent": 2.2408735332464147,
"sell_2h": 6334,
"sell_history_2h": 6048,
"sell_2h_change_percent": 4.728835978835979,
"buy_2h": 6213,
"buy_history_2h": 6224,
"buy_2h_change_percent": -0.17673521850899743,
"volume_2h": 6316.872997122,
"volume_2h_usd": 1645085.3454827392,
"volume_history_2h": 7986.443651562,
"volume_history_2h_usd": 2035706.3497173262,
"volume_2h_change_percent": -20.90505771130637,
"volume_buy_2h": 2172.1645888589997,
"volume_buy_2h_usd": 565188.3951737988,
"volume_buy_history_2h": 4509.220244333001,
"volume_buy_history_2h_usd": 1149040.4230995753,
"volume_buy_2h_change_percent": -51.8283767223638,
"volume_sell_2h": 4144.708408263,
"volume_sell_2h_usd": 1079896.9503089404,
"volume_sell_history_2h": 3477.223407229,
"volume_sell_history_2h_usd": 886665.9266177509,
"volume_sell_2h_change_percent": 19.195919354687625,
"trade_4h": 25318,
"trade_history_4h": 16850,
"trade_4h_change_percent": 50.255192878338285,
"sell_4h": 12628,
"sell_history_4h": 8470,
"sell_4h_change_percent": 49.09090909090909,
"buy_4h": 12690,
"buy_history_4h": 8380,
"buy_4h_change_percent": 51.43198090692124,
"volume_4h": 14337.506949092993,
"volume_4h_usd": 3688905.157495865,
"volume_history_4h": 9402.798090806,
"volume_history_4h_usd": 2372860.9187707277,
"volume_4h_change_percent": 52.48128068507737,
"volume_buy_4h": 6744.683454876996,
"volume_buy_4h_usd": 1730053.0971775858,
"volume_buy_history_4h": 4024.800055123,
"volume_buy_history_4h_usd": 1016578.6286089938,
"volume_buy_4h_change_percent": 67.57809984354301,
"volume_sell_4h": 7592.823494215997,
"volume_sell_4h_usd": 1958852.0603182793,
"volume_sell_history_4h": 5377.998035683,
"volume_sell_history_4h_usd": 1356282.290161734,
"volume_sell_4h_change_percent": 41.18308418555821,
"trade_8h": 40860,
"trade_history_8h": 39077,
"trade_8h_change_percent": 4.562786293727768,
"sell_8h": 20461,
"sell_history_8h": 19558,
"sell_8h_change_percent": 4.617036506800287,
"buy_8h": 20399,
"buy_history_8h": 19519,
"buy_8h_change_percent": 4.508427685844562,
"volume_8h": 22711.31062530999,
"volume_8h_usd": 5801740.492862853,
"volume_history_8h": 31386.551458990005,
"volume_history_8h_usd": 7548528.231382184,
"volume_8h_change_percent": -27.639993661027635,
"volume_buy_8h": 9883.368016022996,
"volume_buy_8h_usd": 2522686.871093817,
"volume_buy_history_8h": 12230.382385765002,
"volume_buy_history_8h_usd": 2929602.9775913735,
"volume_buy_8h_change_percent": -19.190032622967756,
"volume_sell_8h": 12827.942609286996,
"volume_sell_8h_usd": 3279053.621769036,
"volume_sell_history_8h": 19156.169073225003,
"volume_sell_history_8h_usd": 4618925.253790811,
"volume_sell_8h_change_percent": -33.03492697181874,
"trade_24h": 93721,
"trade_history_24h": 65222,
"trade_24h_change_percent": 43.6953788598939,
"sell_24h": 46575,
"sell_history_24h": 32556,
"sell_24h_change_percent": 43.06118687799484,
"buy_24h": 47146,
"buy_history_24h": 32666,
"buy_24h_change_percent": 44.32743525378069,
"volume_24h": 78243.334932192,
"volume_24h_usd": 18897097.90192979,
"volume_history_24h": 50370.62079124302,
"volume_history_24h_usd": 11776721.001745548,
"volume_24h_change_percent": 55.33526032260987,
"volume_buy_24h": 42989.095074099,
"volume_buy_24h_usd": 10271722.313242288,
"volume_buy_history_24h": 29127.373655922,
"volume_buy_history_24h_usd": 6775170.992515063,
"volume_buy_24h_change_percent": 47.590014746690755,
"volume_sell_24h": 35254.23985809299,
"volume_sell_24h_usd": 8625375.5886875,
"volume_sell_history_24h": 21243.247135321017,
"volume_sell_history_24h_usd": 5001550.009230484,
"volume_sell_24h_change_percent": 65.95504271790907,
"is_scaled_ui_token": false,
"multiplier": null
},
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v": {
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"holder": 5154436,
"market": 13924,
"last_trade_unix_time": 1755058812,
"last_trade_human_time": "2025-08-13T04:20:12",
"price": 0.99982817,
"history_1m_price": 0.99983,
"price_change_1m_percent": -0.00018303111528764472,
"history_5m_price": 0.99985096,
"price_change_5m_percent": -0.002279339712784718,
"history_30m_price": 0.99981573,
"price_change_30m_percent": 0.0012442292741285887,
"history_1h_price": 0.9998087,
"price_change_1h_percent": 0.0019473725323675833,
"history_2h_price": 0.99977426,
"price_change_2h_percent": 0.005392217239118594,
"history_4h_price": 0.99982515,
"price_change_4h_percent": 0.0003020528139309876,
"history_6h_price": 0.99979,
"price_change_6h_percent": 0.0038178017383710128,
"history_8h_price": 0.99989717,
"price_change_8h_percent": -0.006900709599966739,
"history_12h_price": 0.99987,
"price_change_12h_percent": -0.0041835438607039374,
"history_24h_price": 0.99985,
"price_change_24h_percent": -0.0021833274991249147,
"unique_wallet_1m": 788,
"unique_wallet_history_1m": 867,
"unique_wallet_1m_change_percent": -9.111880046136102,
"unique_wallet_5m": 2834,
"unique_wallet_history_5m": 2470,
"unique_wallet_5m_change_percent": 14.736842105263158,
"unique_wallet_30m": 11107,
"unique_wallet_history_30m": 11401,
"unique_wallet_30m_change_percent": -2.5787211648101045,
"unique_wallet_1h": 18673,
"unique_wallet_history_1h": 20161,
"unique_wallet_1h_change_percent": -7.380586280442438,
"unique_wallet_2h": 32553,
"unique_wallet_history_2h": 28401,
"unique_wallet_2h_change_percent": 14.619203549170804,
"unique_wallet_4h": 50145,
"unique_wallet_history_4h": 45190,
"unique_wallet_4h_change_percent": 10.964815224607214,
"unique_wallet_8h": 79361,
"unique_wallet_history_8h": 84308,
"unique_wallet_8h_change_percent": -5.867770555581914,
"unique_wallet_24h": 174611,
"unique_wallet_history_24h": 189227,
"unique_wallet_24h_change_percent": -7.724056292178178,
"trade_1m": 3336,
"trade_history_1m": 4958,
"trade_1m_change_percent": -32.7148043565954,
"sell_1m": 1990,
"sell_history_1m": 2938,
"sell_1m_change_percent": -32.26684819605173,
"buy_1m": 1346,
"buy_history_1m": 2020,
"buy_1m_change_percent": -33.366336633663366,
"volume_1m": 1308404.009448,
"volume_1m_usd": 1308333.7870999281,
"volume_history_1m": 2041033.7818900002,
"volume_history_1m_usd": 2041005.2145372764,
"volume_1m_change_percent": -35.89503412156089,
"volume_buy_1m": 413612.422125,
"volume_buy_1m_usd": 413584.4634477553,
"volume_buy_history_1m": 442307.3128550001,
"volume_buy_history_1m_usd": 442295.99373712466,
"volume_buy_1m_change_percent": -6.487546078490237,
"volume_sell_1m": 894791.587323,
"volume_sell_1m_usd": 894749.3236521728,
"volume_sell_history_1m": 1598726.469035,
"volume_sell_history_1m_usd": 1598709.2208001518,
"volume_sell_1m_change_percent": -44.03097686478532,
"trade_5m": 19059,
"trade_history_5m": 14490,
"trade_5m_change_percent": 31.53209109730849,
"sell_5m": 11062,
"sell_history_5m": 7934,
"sell_5m_change_percent": 39.425258381648604,
"buy_5m": 7997,
"buy_history_5m": 6556,
"buy_5m_change_percent": 21.97986577181208,
"volume_5m": 8100982.060734,
"volume_5m_usd": 8100710.993758566,
"volume_history_5m": 5912049.999242,
"volume_history_5m_usd": 5911844.975958601,
"volume_5m_change_percent": 37.02492471769773,
"volume_buy_5m": 2254139.6831360003,
"volume_buy_5m_usd": 2254073.993651012,
"volume_buy_history_5m": 2948171.02885,
"volume_buy_history_5m_usd": 2948025.698099201,
"volume_buy_5m_change_percent": -23.541081535718163,
"volume_sell_5m": 5846842.377598,
"volume_sell_5m_usd": 5846637.000107554,
"volume_sell_history_5m": 2963878.970392,
"volume_sell_history_5m_usd": 2963819.2778594,
"volume_sell_5m_change_percent": 97.26994374620843,
"trade_30m": 92499,
"trade_history_30m": 107437,
"trade_30m_change_percent": -13.903962322105048,
"sell_30m": 49070,
"sell_history_30m": 53177,
"sell_30m_change_percent": -7.723263817063768,
"buy_30m": 43429,
"buy_history_30m": 54260,
"buy_30m_change_percent": -19.961297456690012,
"volume_30m": 46140187.79487201,
"volume_30m_usd": 46138347.92390235,
"volume_history_30m": 57457497.16842799,
"volume_history_30m_usd": 57455175.09102805,
"volume_30m_change_percent": -19.696836672820947,
"volume_buy_30m": 20421163.090902995,
"volume_buy_30m_usd": 20420285.68942718,
"volume_buy_history_30m": 27067094.84286599,
"volume_buy_history_30m_usd": 27066254.220179565,
"volume_buy_30m_change_percent": -24.553546623843328,
"volume_sell_30m": 25719024.703969013,
"volume_sell_30m_usd": 25718062.234475173,
"volume_sell_history_30m": 30390402.325561997,
"volume_sell_history_30m_usd": 30388920.87084848,
"volume_sell_30m_change_percent": -15.371226650934434,
"trade_1h": 183426,
"trade_history_1h": 243809,
"trade_1h_change_percent": -24.76651805306613,
"sell_1h": 94226,
"sell_history_1h": 125768,
"sell_1h_change_percent": -25.07951148145792,
"buy_1h": 89200,
"buy_history_1h": 118041,
"buy_1h_change_percent": -24.433035979024236,
"volume_1h": 92749755.27730599,
"volume_1h_usd": 92746037.12634899,
"volume_history_1h": 147967895.39918795,
"volume_history_1h_usd": 147961003.80891407,
"volume_1h_change_percent": -37.31764919201858,
"volume_buy_1h": 42212679.94161198,
"volume_buy_1h_usd": 42211074.238075525,
"volume_buy_history_1h": 67930255.24647099,
"volume_buy_history_1h_usd": 67926771.65416785,
"volume_buy_1h_change_percent": -37.858793863718105,
"volume_sell_1h": 50537075.33569401,
"volume_sell_1h_usd": 50534962.88827346,
"volume_sell_history_1h": 80037640.15271696,
"volume_sell_history_1h_usd": 80034232.15474622,
"volume_sell_1h_change_percent": -36.858364090612845,
"trade_2h": 412431,
"trade_history_2h": 386632,
"trade_2h_change_percent": 6.672753419272073,
"sell_2h": 212386,
"sell_history_2h": 198632,
"sell_2h_change_percent": 6.9243626404607515,
"buy_2h": 200045,
"buy_history_2h": 188000,
"buy_2h_change_percent": 6.406914893617022,
"volume_2h": 233556433.41227996,
"volume_2h_usd": 233546096.14317834,
"volume_history_2h": 200676703.92325795,
"volume_history_2h_usd": 200670380.0438611,
"volume_2h_change_percent": 16.38442771194596,
"volume_buy_2h": 107292908.10336798,
"volume_buy_2h_usd": 107287917.68279324,
"volume_buy_history_2h": 95716891.60262197,
"volume_buy_history_2h_usd": 95714426.14595845,
"volume_buy_2h_change_percent": 12.094016329745616,
"volume_sell_2h": 126263525.30891198,
"volume_sell_2h_usd": 126258178.46038508,
"volume_sell_history_2h": 104959812.32063597,
"volume_sell_history_2h_usd": 104955953.89790262,
"volume_sell_2h_change_percent": 20.297018942065616,
"trade_4h": 830719,
"trade_history_4h": 739363,
"trade_4h_change_percent": 12.356041619610394,
"sell_4h": 427554,
"sell_history_4h": 390782,
"sell_4h_change_percent": 9.409849993090777,
"buy_4h": 403165,
"buy_history_4h": 348581,
"buy_4h_change_percent": 15.658914283911058,
"volume_4h": 444764661.72954196,
"volume_4h_usd": 444747744.9248905,
"volume_history_4h": 403490702.36459595,
"volume_history_4h_usd": 403476786.22676635,
"volume_4h_change_percent": 10.229221918390248,
"volume_buy_4h": 209077860.69843987,
"volume_buy_4h_usd": 209070141.66263077,
"volume_buy_history_4h": 206645655.16793695,
"volume_buy_history_4h_usd": 206636627.6737574,
"volume_buy_4h_change_percent": 1.1769933069854814,
"volume_sell_4h": 235686801.0311021,
"volume_sell_4h_usd": 235677603.26225972,
"volume_sell_history_4h": 196845047.196659,
"volume_sell_history_4h_usd": 196840158.5530089,
"volume_sell_4h_change_percent": 19.732146877761192,
"trade_8h": 1502472,
"trade_history_8h": 1579030,
"trade_8h_change_percent": -4.848419599374299,
"sell_8h": 782357,
"sell_history_8h": 845060,
"sell_8h_change_percent": -7.419946512673656,
"buy_8h": 720115,
"buy_history_8h": 733970,
"buy_8h_change_percent": -1.8876793329427635,
"volume_8h": 821709120.2497389,
"volume_8h_usd": 821679006.179775,
"volume_history_8h": 946874319.4912045,
"volume_history_8h_usd": 946849383.5006773,
"volume_8h_change_percent": -13.218776416781703,
"volume_buy_8h": 401974198.85122186,
"volume_buy_8h_usd": 401957962.7464045,
"volume_buy_history_8h": 435401537.64981294,
"volume_buy_history_8h_usd": 435390296.48382026,
"volume_buy_8h_change_percent": -7.677358922300407,
"volume_sell_8h": 419734921.39851713,
"volume_sell_8h_usd": 419721043.4333705,
"volume_sell_history_8h": 511472781.84139156,
"volume_sell_history_8h_usd": 511459087.01685715,
"volume_sell_8h_change_percent": -17.936019999461568,
"trade_24h": 3866559,
"trade_history_24h": 3269920,
"trade_24h_change_percent": 18.246287370944856,
"sell_24h": 2033949,
"sell_history_24h": 1655266,
"sell_24h_change_percent": 22.877471052990877,
"buy_24h": 1832610,
"buy_history_24h": 1614654,
"buy_24h_change_percent": 13.498619518485075,
"volume_24h": 2045204750.9809194,
"volume_24h_usd": 2045144320.587021,
"volume_history_24h": 1543163627.203192,
"volume_history_24h_usd": 1543123874.7516944,
"volume_24h_change_percent": 32.53323982808094,
"volume_buy_24h": 973697087.8169838,
"volume_buy_24h_usd": 973667513.1963601,
"volume_buy_history_24h": 807894931.7944231,
"volume_buy_history_24h_usd": 807872635.6768489,
"volume_buy_24h_change_percent": 20.522737486952167,
"volume_sell_24h": 1071507663.1639357,
"volume_sell_24h_usd": 1071476807.390661,
"volume_sell_history_24h": 735268695.4087689,
"volume_sell_history_24h_usd": 735251239.0748456,
"volume_sell_24h_change_percent": 45.73008069767426,
"is_scaled_ui_token": false,
"multiplier": null
}
}
}Stats & Market Data
Token - Trade Data (Multiple)
Retrieve trade data of multiple tokens. Maximum 20 addresses.
GET
/
defi
/
v3
/
token
/
trade-data
/
multiple
Token - Trade Data (Multiple)
curl --request GET \
--url https://public-api.birdeye.so/defi/v3/token/trade-data/multiple \
--header 'X-API-KEY: <api-key>'import requests
url = "https://public-api.birdeye.so/defi/v3/token/trade-data/multiple"
headers = {"X-API-KEY": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'X-API-KEY': '<api-key>'}};
fetch('https://public-api.birdeye.so/defi/v3/token/trade-data/multiple', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"success": true,
"data": {
"So11111111111111111111111111111111111111112": {
"address": "So11111111111111111111111111111111111111112",
"holder": 3499140,
"market": 189737,
"last_trade_unix_time": 1755058812,
"last_trade_human_time": "2025-08-13T04:20:12",
"price": 199.98794169268422,
"history_1m_price": 199.7093584833286,
"price_change_1m_percent": 0.13949431887983973,
"history_5m_price": 199.08815924367772,
"price_change_5m_percent": 0.45195176469796405,
"history_30m_price": 198.22141301108715,
"price_change_30m_percent": 0.8911896322211458,
"history_1h_price": 198.54371624183344,
"price_change_1h_percent": 0.7274092971502866,
"history_2h_price": 194.28095313746698,
"price_change_2h_percent": 2.9374925658199516,
"history_4h_price": 192.49069567980555,
"price_change_4h_percent": 3.8948615081893583,
"history_6h_price": 192.60116257977168,
"price_change_6h_percent": 3.83527233894711,
"history_8h_price": 191.01937366628366,
"price_change_8h_percent": 4.6951091160360034,
"history_12h_price": 181.53883656902224,
"price_change_12h_percent": 10.162621658450208,
"history_24h_price": 175.7360146296086,
"price_change_24h_percent": 13.80020317075608,
"unique_wallet_1m": 9919,
"unique_wallet_history_1m": 10205,
"unique_wallet_1m_change_percent": -2.8025477707006368,
"unique_wallet_5m": 30876,
"unique_wallet_history_5m": 30852,
"unique_wallet_5m_change_percent": 0.07779074290159471,
"unique_wallet_30m": 84877,
"unique_wallet_history_30m": 91310,
"unique_wallet_30m_change_percent": -7.045230533347936,
"unique_wallet_1h": 140850,
"unique_wallet_history_1h": 139362,
"unique_wallet_1h_change_percent": 1.0677229086838593,
"unique_wallet_2h": 232838,
"unique_wallet_history_2h": 256234,
"unique_wallet_2h_change_percent": -9.130716454490816,
"unique_wallet_4h": 397846,
"unique_wallet_history_4h": 319789,
"unique_wallet_4h_change_percent": 24.408907123134316,
"unique_wallet_8h": 616497,
"unique_wallet_history_8h": 598174,
"unique_wallet_8h_change_percent": 3.0631555366833063,
"unique_wallet_24h": 1312571,
"unique_wallet_history_24h": 1595218,
"unique_wallet_24h_change_percent": -17.718393348119193,
"trade_1m": 22382,
"trade_history_1m": 24983,
"trade_1m_change_percent": -10.411079534083177,
"sell_1m": 12625,
"sell_history_1m": 14424,
"sell_1m_change_percent": -12.472268441486412,
"buy_1m": 9757,
"buy_history_1m": 10559,
"buy_1m_change_percent": -7.595416232597783,
"volume_1m": 19402.25827599,
"volume_1m_usd": 3877354.094558342,
"volume_history_1m": 22411.114589328998,
"volume_history_1m_usd": 4475845.358663695,
"volume_1m_change_percent": -13.425732581688099,
"volume_buy_1m": 10919.262528264999,
"volume_buy_1m_usd": 2182246.2382117016,
"volume_buy_history_1m": 11059.580722686998,
"volume_buy_history_1m_usd": 2208895.1658868995,
"volume_buy_1m_change_percent": -1.2687478661298504,
"volume_sell_1m": 8482.995747725001,
"volume_sell_1m_usd": 1695107.8563466403,
"volume_sell_history_1m": 11351.533866642,
"volume_sell_history_1m_usd": 2266950.192776796,
"volume_sell_1m_change_percent": -25.270048546889168,
"trade_5m": 120448,
"trade_history_5m": 132553,
"trade_5m_change_percent": -9.13219617813252,
"sell_5m": 68867,
"sell_history_5m": 74871,
"sell_5m_change_percent": -8.019126230449707,
"buy_5m": 51581,
"buy_history_5m": 57682,
"buy_5m_change_percent": -10.576956416213031,
"volume_5m": 134293.28506683398,
"volume_5m_usd": 26766762.067839466,
"volume_history_5m": 169555.78181202302,
"volume_history_5m_usd": 33700058.87877406,
"volume_5m_change_percent": -20.796988677320712,
"volume_buy_5m": 71284.36863666699,
"volume_buy_5m_usd": 14209360.95633716,
"volume_buy_history_5m": 86179.23586617,
"volume_buy_history_5m_usd": 17129947.159285817,
"volume_buy_5m_change_percent": -17.283591667758163,
"volume_sell_5m": 63008.916430166995,
"volume_sell_5m_usd": 12557401.111502308,
"volume_sell_history_5m": 83376.54594585301,
"volume_sell_history_5m_usd": 16570111.71948824,
"volume_sell_5m_change_percent": -24.428487993390018,
"trade_30m": 701197,
"trade_history_30m": 726567,
"trade_30m_change_percent": -3.491763319831481,
"sell_30m": 405193,
"sell_history_30m": 423206,
"sell_30m_change_percent": -4.256319617396729,
"buy_30m": 296004,
"buy_history_30m": 303361,
"buy_30m_change_percent": -2.42516341916067,
"volume_30m": 949543.568352686,
"volume_30m_usd": 188331559.77578738,
"volume_history_30m": 1007682.2970747652,
"volume_history_30m_usd": 200156959.86425337,
"volume_30m_change_percent": -5.769549479121749,
"volume_buy_30m": 473130.29251346184,
"volume_buy_30m_usd": 93856764.62199154,
"volume_buy_history_30m": 479675.0794320691,
"volume_buy_history_30m_usd": 95280522.80842383,
"volume_buy_30m_change_percent": -1.3644208755552232,
"volume_sell_30m": 476413.2758392241,
"volume_sell_30m_usd": 94474795.15379584,
"volume_sell_history_30m": 528007.2176426961,
"volume_sell_history_30m_usd": 104876437.05582954,
"volume_sell_30m_change_percent": -9.771446313520995,
"trade_1h": 1323781,
"trade_history_1h": 1460948,
"trade_1h_change_percent": -9.388903643387717,
"sell_1h": 766537,
"sell_history_1h": 833994,
"sell_1h_change_percent": -8.088427494682215,
"buy_1h": 557244,
"buy_history_1h": 626954,
"buy_1h_change_percent": -11.1188380646746,
"volume_1h": 1820201.59264859,
"volume_1h_usd": 361341012.2305983,
"volume_history_1h": 2215504.2512326725,
"volume_history_1h_usd": 436450282.08621264,
"volume_1h_change_percent": -17.842559244205567,
"volume_buy_1h": 887557.0838598588,
"volume_buy_1h_usd": 176209011.91770583,
"volume_buy_history_1h": 1115539.1923768108,
"volume_buy_history_1h_usd": 219688244.87947023,
"volume_buy_1h_change_percent": -20.436942966674668,
"volume_sell_1h": 932644.5087887311,
"volume_sell_1h_usd": 185132000.31289244,
"volume_sell_history_1h": 1099965.058855862,
"volume_sell_history_1h_usd": 216762037.2067424,
"volume_sell_1h_change_percent": -15.211442283554966,
"trade_2h": 2680277,
"trade_history_2h": 2737323,
"trade_2h_change_percent": -2.084006892865767,
"sell_2h": 1540883,
"sell_history_2h": 1520437,
"sell_2h_change_percent": 1.344744964769997,
"buy_2h": 1139394,
"buy_history_2h": 1216886,
"buy_2h_change_percent": -6.368057484431573,
"volume_2h": 3831436.2591108195,
"volume_2h_usd": 757193487.9218342,
"volume_history_2h": 4109861.943241723,
"volume_history_2h_usd": 795392999.4275689,
"volume_2h_change_percent": -6.774575106804935,
"volume_buy_2h": 1923072.2242222985,
"volume_buy_2h_usd": 379995670.0617659,
"volume_buy_history_2h": 2184514.4664095147,
"volume_buy_history_2h_usd": 422774489.6633253,
"volume_buy_2h_change_percent": -11.967979439244672,
"volume_sell_2h": 1908364.0348885208,
"volume_sell_2h_usd": 377197817.8600683,
"volume_sell_history_2h": 1925347.4768322085,
"volume_sell_history_2h_usd": 372618509.7642436,
"volume_sell_2h_change_percent": -0.8820974991813233,
"trade_4h": 5678777,
"trade_history_4h": 4738200,
"trade_4h_change_percent": 19.850934954202017,
"sell_4h": 3202740,
"sell_history_4h": 2598002,
"sell_4h_change_percent": 23.277041357166006,
"buy_4h": 2476037,
"buy_history_4h": 2140198,
"buy_4h_change_percent": 15.691959342079564,
"volume_4h": 8309320.811196025,
"volume_4h_usd": 1622815342.7326021,
"volume_history_4h": 5827559.3867111625,
"volume_history_4h_usd": 1117139333.4616933,
"volume_4h_change_percent": 42.586634640637584,
"volume_buy_4h": 4284655.759920602,
"volume_buy_4h_usd": 836546459.2978258,
"volume_buy_history_4h": 2923792.0279110167,
"volume_buy_history_4h_usd": 560556194.860776,
"volume_buy_4h_change_percent": 46.54447782258615,
"volume_sell_4h": 4024665.0512754233,
"volume_sell_4h_usd": 786268883.4347763,
"volume_sell_history_4h": 2903767.358800146,
"volume_sell_history_4h_usd": 556583138.6009173,
"volume_sell_4h_change_percent": 38.60149777764701,
"trade_8h": 9833979,
"trade_history_8h": 10453618,
"trade_8h_change_percent": -5.9275075863686615,
"sell_8h": 5479388,
"sell_history_8h": 5773818,
"sell_8h_change_percent": -5.099398699439435,
"buy_8h": 4354591,
"buy_history_8h": 4679800,
"buy_8h_change_percent": -6.949207231078251,
"volume_8h": 13222473.11080315,
"volume_8h_usd": 2564461762.1546955,
"volume_history_8h": 14155274.76815367,
"volume_history_8h_usd": 2581042172.9211245,
"volume_8h_change_percent": -6.589781354503434,
"volume_buy_8h": 6715098.255980505,
"volume_buy_8h_usd": 1302403501.8965921,
"volume_buy_history_8h": 7280589.108363739,
"volume_buy_history_8h_usd": 1327749998.8559382,
"volume_buy_8h_change_percent": -7.767102963324963,
"volume_sell_8h": 6507374.854822645,
"volume_sell_8h_usd": 1262058260.2581036,
"volume_sell_history_8h": 6874685.65978993,
"volume_sell_history_8h_usd": 1253292174.0651865,
"volume_sell_8h_change_percent": -5.342946909059243,
"trade_24h": 30745188,
"trade_history_24h": 33058246,
"trade_24h_change_percent": -6.996916896316882,
"sell_24h": 17120896,
"sell_history_24h": 18482135,
"sell_24h_change_percent": -7.365161005479075,
"buy_24h": 13624292,
"buy_history_24h": 14576111,
"buy_24h_change_percent": -6.5299928080953835,
"volume_24h": 43277742.1619526,
"volume_24h_usd": 7920279131.146593,
"volume_history_24h": 49475082.60178679,
"volume_history_24h_usd": 8868558906.245562,
"volume_24h_change_percent": -12.52618512982609,
"volume_buy_24h": 21921600.663383704,
"volume_buy_24h_usd": 4013460416.672328,
"volume_buy_history_24h": 24403487.274207145,
"volume_buy_history_24h_usd": 4374621039.616789,
"volume_buy_24h_change_percent": -10.170212900049862,
"volume_sell_24h": 21356141.4985689,
"volume_sell_24h_usd": 3906818714.4742656,
"volume_sell_history_24h": 25071595.327579647,
"volume_sell_history_24h_usd": 4493937866.628773,
"volume_sell_24h_change_percent": -14.819375394606885,
"is_scaled_ui_token": false,
"multiplier": null
},
"mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So": {
"address": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
"holder": 154578,
"market": 109,
"last_trade_unix_time": 1755058809,
"last_trade_human_time": "2025-08-13T04:20:09",
"price": 262.98670680518865,
"history_1m_price": 262.70278280753195,
"price_change_1m_percent": 0.10807803199584518,
"history_5m_price": 261.91755440219526,
"price_change_5m_percent": 0.4082018883513294,
"history_30m_price": 260.7109387939594,
"price_change_30m_percent": 0.8729085253410946,
"history_1h_price": 261.1699519292572,
"price_change_1h_percent": 0.695621706291677,
"history_2h_price": 255.60795345564043,
"price_change_2h_percent": 2.886746382415979,
"history_4h_price": 252.63997246560257,
"price_change_4h_percent": 4.095446274241028,
"history_6h_price": 252.45441235151782,
"price_change_6h_percent": 4.171958951149426,
"history_8h_price": 251.48576070904278,
"price_change_8h_percent": 4.573199716643966,
"history_12h_price": 239.02755642073214,
"price_change_12h_percent": 10.023593406228036,
"history_24h_price": 231.16561917408512,
"price_change_24h_percent": 13.765493218582755,
"unique_wallet_1m": 28,
"unique_wallet_history_1m": 43,
"unique_wallet_1m_change_percent": -34.883720930232556,
"unique_wallet_5m": 102,
"unique_wallet_history_5m": 73,
"unique_wallet_5m_change_percent": 39.726027397260275,
"unique_wallet_30m": 288,
"unique_wallet_history_30m": 301,
"unique_wallet_30m_change_percent": -4.318936877076412,
"unique_wallet_1h": 482,
"unique_wallet_history_1h": 623,
"unique_wallet_1h_change_percent": -22.63242375601926,
"unique_wallet_2h": 976,
"unique_wallet_history_2h": 982,
"unique_wallet_2h_change_percent": -0.6109979633401222,
"unique_wallet_4h": 1740,
"unique_wallet_history_4h": 1491,
"unique_wallet_4h_change_percent": 16.70020120724346,
"unique_wallet_8h": 2940,
"unique_wallet_history_8h": 3087,
"unique_wallet_8h_change_percent": -4.761904761904762,
"unique_wallet_24h": 6691,
"unique_wallet_history_24h": 5459,
"unique_wallet_24h_change_percent": 22.56823594064847,
"trade_1m": 73,
"trade_history_1m": 177,
"trade_1m_change_percent": -58.75706214689266,
"sell_1m": 36,
"sell_history_1m": 89,
"sell_1m_change_percent": -59.55056179775281,
"buy_1m": 37,
"buy_history_1m": 88,
"buy_1m_change_percent": -57.95454545454546,
"volume_1m": 12.059571704,
"volume_1m_usd": 3171.3705478902007,
"volume_history_1m": 37.398013155,
"volume_history_1m_usd": 9824.980892155985,
"volume_1m_change_percent": -67.75344279917267,
"volume_buy_1m": 6.029785852,
"volume_buy_1m_usd": 1585.7385240127205,
"volume_buy_history_1m": 18.503508619999998,
"volume_buy_history_1m_usd": 4861.455461890566,
"volume_buy_1m_change_percent": -67.41274330273477,
"volume_sell_1m": 6.029785852,
"volume_sell_1m_usd": 1585.6320238774802,
"volume_sell_history_1m": 18.894504535,
"volume_sell_history_1m_usd": 4963.525430265419,
"volume_sell_1m_change_percent": -68.08709198576506,
"trade_5m": 653,
"trade_history_5m": 406,
"trade_5m_change_percent": 60.83743842364532,
"sell_5m": 324,
"sell_history_5m": 204,
"sell_5m_change_percent": 58.82352941176471,
"buy_5m": 329,
"buy_history_5m": 202,
"buy_5m_change_percent": 62.87128712871287,
"volume_5m": 162.28248443299998,
"volume_5m_usd": 42558.97155905787,
"volume_history_5m": 106.457894647,
"volume_history_5m_usd": 27843.252679286117,
"volume_5m_change_percent": 52.43818691991493,
"volume_buy_5m": 80.69316228699999,
"volume_buy_5m_usd": 21163.129320319964,
"volume_buy_history_5m": 52.24340721,
"volume_buy_history_5m_usd": 13664.499121192126,
"volume_buy_5m_change_percent": 54.456163172210516,
"volume_sell_5m": 81.58932214599999,
"volume_sell_5m_usd": 21395.84223873791,
"volume_sell_history_5m": 54.214487437,
"volume_sell_history_5m_usd": 14178.753558093993,
"volume_sell_5m_change_percent": 50.493578383104584,
"trade_30m": 2750,
"trade_history_30m": 3048,
"trade_30m_change_percent": -9.776902887139109,
"sell_30m": 1382,
"sell_history_30m": 1557,
"sell_30m_change_percent": -11.23956326268465,
"buy_30m": 1368,
"buy_history_30m": 1491,
"buy_30m_change_percent": -8.249496981891348,
"volume_30m": 799.0710690200001,
"volume_30m_usd": 208527.97926690662,
"volume_history_30m": 2481.054935338,
"volume_history_30m_usd": 648754.0741432161,
"volume_30m_change_percent": -67.79309246084304,
"volume_buy_30m": 373.422228748,
"volume_buy_30m_usd": 97472.73322911118,
"volume_buy_history_30m": 522.7496909670001,
"volume_buy_history_30m_usd": 136616.53562110744,
"volume_buy_30m_change_percent": -28.565767670329773,
"volume_sell_30m": 425.64884027200003,
"volume_sell_30m_usd": 111055.24603779544,
"volume_sell_history_30m": 1958.305244371,
"volume_sell_history_30m_usd": 512137.5385221087,
"volume_sell_30m_change_percent": -78.26442831139347,
"trade_1h": 5309,
"trade_history_1h": 7560,
"trade_1h_change_percent": -29.775132275132275,
"sell_1h": 2687,
"sell_history_1h": 3808,
"sell_1h_change_percent": -29.438025210084035,
"buy_1h": 2622,
"buy_history_1h": 3752,
"buy_1h_change_percent": -30.11727078891258,
"volume_1h": 3138.6927878439997,
"volume_1h_usd": 820410.1239532583,
"volume_history_1h": 3282.0023030169996,
"volume_history_1h_usd": 851813.8301435173,
"volume_1h_change_percent": -4.3665269534168765,
"volume_buy_1h": 824.397139262,
"volume_buy_1h_usd": 215375.7401405987,
"volume_buy_history_1h": 1399.4322926629998,
"volume_buy_history_1h_usd": 363318.59453095926,
"volume_buy_1h_change_percent": -41.0906019830911,
"volume_sell_1h": 2314.2956485819996,
"volume_sell_1h_usd": 605034.3838126595,
"volume_sell_history_1h": 1882.5700103539998,
"volume_sell_history_1h_usd": 488495.235612558,
"volume_sell_1h_change_percent": 22.93277996852918,
"trade_2h": 12547,
"trade_history_2h": 12272,
"trade_2h_change_percent": 2.2408735332464147,
"sell_2h": 6334,
"sell_history_2h": 6048,
"sell_2h_change_percent": 4.728835978835979,
"buy_2h": 6213,
"buy_history_2h": 6224,
"buy_2h_change_percent": -0.17673521850899743,
"volume_2h": 6316.872997122,
"volume_2h_usd": 1645085.3454827392,
"volume_history_2h": 7986.443651562,
"volume_history_2h_usd": 2035706.3497173262,
"volume_2h_change_percent": -20.90505771130637,
"volume_buy_2h": 2172.1645888589997,
"volume_buy_2h_usd": 565188.3951737988,
"volume_buy_history_2h": 4509.220244333001,
"volume_buy_history_2h_usd": 1149040.4230995753,
"volume_buy_2h_change_percent": -51.8283767223638,
"volume_sell_2h": 4144.708408263,
"volume_sell_2h_usd": 1079896.9503089404,
"volume_sell_history_2h": 3477.223407229,
"volume_sell_history_2h_usd": 886665.9266177509,
"volume_sell_2h_change_percent": 19.195919354687625,
"trade_4h": 25318,
"trade_history_4h": 16850,
"trade_4h_change_percent": 50.255192878338285,
"sell_4h": 12628,
"sell_history_4h": 8470,
"sell_4h_change_percent": 49.09090909090909,
"buy_4h": 12690,
"buy_history_4h": 8380,
"buy_4h_change_percent": 51.43198090692124,
"volume_4h": 14337.506949092993,
"volume_4h_usd": 3688905.157495865,
"volume_history_4h": 9402.798090806,
"volume_history_4h_usd": 2372860.9187707277,
"volume_4h_change_percent": 52.48128068507737,
"volume_buy_4h": 6744.683454876996,
"volume_buy_4h_usd": 1730053.0971775858,
"volume_buy_history_4h": 4024.800055123,
"volume_buy_history_4h_usd": 1016578.6286089938,
"volume_buy_4h_change_percent": 67.57809984354301,
"volume_sell_4h": 7592.823494215997,
"volume_sell_4h_usd": 1958852.0603182793,
"volume_sell_history_4h": 5377.998035683,
"volume_sell_history_4h_usd": 1356282.290161734,
"volume_sell_4h_change_percent": 41.18308418555821,
"trade_8h": 40860,
"trade_history_8h": 39077,
"trade_8h_change_percent": 4.562786293727768,
"sell_8h": 20461,
"sell_history_8h": 19558,
"sell_8h_change_percent": 4.617036506800287,
"buy_8h": 20399,
"buy_history_8h": 19519,
"buy_8h_change_percent": 4.508427685844562,
"volume_8h": 22711.31062530999,
"volume_8h_usd": 5801740.492862853,
"volume_history_8h": 31386.551458990005,
"volume_history_8h_usd": 7548528.231382184,
"volume_8h_change_percent": -27.639993661027635,
"volume_buy_8h": 9883.368016022996,
"volume_buy_8h_usd": 2522686.871093817,
"volume_buy_history_8h": 12230.382385765002,
"volume_buy_history_8h_usd": 2929602.9775913735,
"volume_buy_8h_change_percent": -19.190032622967756,
"volume_sell_8h": 12827.942609286996,
"volume_sell_8h_usd": 3279053.621769036,
"volume_sell_history_8h": 19156.169073225003,
"volume_sell_history_8h_usd": 4618925.253790811,
"volume_sell_8h_change_percent": -33.03492697181874,
"trade_24h": 93721,
"trade_history_24h": 65222,
"trade_24h_change_percent": 43.6953788598939,
"sell_24h": 46575,
"sell_history_24h": 32556,
"sell_24h_change_percent": 43.06118687799484,
"buy_24h": 47146,
"buy_history_24h": 32666,
"buy_24h_change_percent": 44.32743525378069,
"volume_24h": 78243.334932192,
"volume_24h_usd": 18897097.90192979,
"volume_history_24h": 50370.62079124302,
"volume_history_24h_usd": 11776721.001745548,
"volume_24h_change_percent": 55.33526032260987,
"volume_buy_24h": 42989.095074099,
"volume_buy_24h_usd": 10271722.313242288,
"volume_buy_history_24h": 29127.373655922,
"volume_buy_history_24h_usd": 6775170.992515063,
"volume_buy_24h_change_percent": 47.590014746690755,
"volume_sell_24h": 35254.23985809299,
"volume_sell_24h_usd": 8625375.5886875,
"volume_sell_history_24h": 21243.247135321017,
"volume_sell_history_24h_usd": 5001550.009230484,
"volume_sell_24h_change_percent": 65.95504271790907,
"is_scaled_ui_token": false,
"multiplier": null
},
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v": {
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"holder": 5154436,
"market": 13924,
"last_trade_unix_time": 1755058812,
"last_trade_human_time": "2025-08-13T04:20:12",
"price": 0.99982817,
"history_1m_price": 0.99983,
"price_change_1m_percent": -0.00018303111528764472,
"history_5m_price": 0.99985096,
"price_change_5m_percent": -0.002279339712784718,
"history_30m_price": 0.99981573,
"price_change_30m_percent": 0.0012442292741285887,
"history_1h_price": 0.9998087,
"price_change_1h_percent": 0.0019473725323675833,
"history_2h_price": 0.99977426,
"price_change_2h_percent": 0.005392217239118594,
"history_4h_price": 0.99982515,
"price_change_4h_percent": 0.0003020528139309876,
"history_6h_price": 0.99979,
"price_change_6h_percent": 0.0038178017383710128,
"history_8h_price": 0.99989717,
"price_change_8h_percent": -0.006900709599966739,
"history_12h_price": 0.99987,
"price_change_12h_percent": -0.0041835438607039374,
"history_24h_price": 0.99985,
"price_change_24h_percent": -0.0021833274991249147,
"unique_wallet_1m": 788,
"unique_wallet_history_1m": 867,
"unique_wallet_1m_change_percent": -9.111880046136102,
"unique_wallet_5m": 2834,
"unique_wallet_history_5m": 2470,
"unique_wallet_5m_change_percent": 14.736842105263158,
"unique_wallet_30m": 11107,
"unique_wallet_history_30m": 11401,
"unique_wallet_30m_change_percent": -2.5787211648101045,
"unique_wallet_1h": 18673,
"unique_wallet_history_1h": 20161,
"unique_wallet_1h_change_percent": -7.380586280442438,
"unique_wallet_2h": 32553,
"unique_wallet_history_2h": 28401,
"unique_wallet_2h_change_percent": 14.619203549170804,
"unique_wallet_4h": 50145,
"unique_wallet_history_4h": 45190,
"unique_wallet_4h_change_percent": 10.964815224607214,
"unique_wallet_8h": 79361,
"unique_wallet_history_8h": 84308,
"unique_wallet_8h_change_percent": -5.867770555581914,
"unique_wallet_24h": 174611,
"unique_wallet_history_24h": 189227,
"unique_wallet_24h_change_percent": -7.724056292178178,
"trade_1m": 3336,
"trade_history_1m": 4958,
"trade_1m_change_percent": -32.7148043565954,
"sell_1m": 1990,
"sell_history_1m": 2938,
"sell_1m_change_percent": -32.26684819605173,
"buy_1m": 1346,
"buy_history_1m": 2020,
"buy_1m_change_percent": -33.366336633663366,
"volume_1m": 1308404.009448,
"volume_1m_usd": 1308333.7870999281,
"volume_history_1m": 2041033.7818900002,
"volume_history_1m_usd": 2041005.2145372764,
"volume_1m_change_percent": -35.89503412156089,
"volume_buy_1m": 413612.422125,
"volume_buy_1m_usd": 413584.4634477553,
"volume_buy_history_1m": 442307.3128550001,
"volume_buy_history_1m_usd": 442295.99373712466,
"volume_buy_1m_change_percent": -6.487546078490237,
"volume_sell_1m": 894791.587323,
"volume_sell_1m_usd": 894749.3236521728,
"volume_sell_history_1m": 1598726.469035,
"volume_sell_history_1m_usd": 1598709.2208001518,
"volume_sell_1m_change_percent": -44.03097686478532,
"trade_5m": 19059,
"trade_history_5m": 14490,
"trade_5m_change_percent": 31.53209109730849,
"sell_5m": 11062,
"sell_history_5m": 7934,
"sell_5m_change_percent": 39.425258381648604,
"buy_5m": 7997,
"buy_history_5m": 6556,
"buy_5m_change_percent": 21.97986577181208,
"volume_5m": 8100982.060734,
"volume_5m_usd": 8100710.993758566,
"volume_history_5m": 5912049.999242,
"volume_history_5m_usd": 5911844.975958601,
"volume_5m_change_percent": 37.02492471769773,
"volume_buy_5m": 2254139.6831360003,
"volume_buy_5m_usd": 2254073.993651012,
"volume_buy_history_5m": 2948171.02885,
"volume_buy_history_5m_usd": 2948025.698099201,
"volume_buy_5m_change_percent": -23.541081535718163,
"volume_sell_5m": 5846842.377598,
"volume_sell_5m_usd": 5846637.000107554,
"volume_sell_history_5m": 2963878.970392,
"volume_sell_history_5m_usd": 2963819.2778594,
"volume_sell_5m_change_percent": 97.26994374620843,
"trade_30m": 92499,
"trade_history_30m": 107437,
"trade_30m_change_percent": -13.903962322105048,
"sell_30m": 49070,
"sell_history_30m": 53177,
"sell_30m_change_percent": -7.723263817063768,
"buy_30m": 43429,
"buy_history_30m": 54260,
"buy_30m_change_percent": -19.961297456690012,
"volume_30m": 46140187.79487201,
"volume_30m_usd": 46138347.92390235,
"volume_history_30m": 57457497.16842799,
"volume_history_30m_usd": 57455175.09102805,
"volume_30m_change_percent": -19.696836672820947,
"volume_buy_30m": 20421163.090902995,
"volume_buy_30m_usd": 20420285.68942718,
"volume_buy_history_30m": 27067094.84286599,
"volume_buy_history_30m_usd": 27066254.220179565,
"volume_buy_30m_change_percent": -24.553546623843328,
"volume_sell_30m": 25719024.703969013,
"volume_sell_30m_usd": 25718062.234475173,
"volume_sell_history_30m": 30390402.325561997,
"volume_sell_history_30m_usd": 30388920.87084848,
"volume_sell_30m_change_percent": -15.371226650934434,
"trade_1h": 183426,
"trade_history_1h": 243809,
"trade_1h_change_percent": -24.76651805306613,
"sell_1h": 94226,
"sell_history_1h": 125768,
"sell_1h_change_percent": -25.07951148145792,
"buy_1h": 89200,
"buy_history_1h": 118041,
"buy_1h_change_percent": -24.433035979024236,
"volume_1h": 92749755.27730599,
"volume_1h_usd": 92746037.12634899,
"volume_history_1h": 147967895.39918795,
"volume_history_1h_usd": 147961003.80891407,
"volume_1h_change_percent": -37.31764919201858,
"volume_buy_1h": 42212679.94161198,
"volume_buy_1h_usd": 42211074.238075525,
"volume_buy_history_1h": 67930255.24647099,
"volume_buy_history_1h_usd": 67926771.65416785,
"volume_buy_1h_change_percent": -37.858793863718105,
"volume_sell_1h": 50537075.33569401,
"volume_sell_1h_usd": 50534962.88827346,
"volume_sell_history_1h": 80037640.15271696,
"volume_sell_history_1h_usd": 80034232.15474622,
"volume_sell_1h_change_percent": -36.858364090612845,
"trade_2h": 412431,
"trade_history_2h": 386632,
"trade_2h_change_percent": 6.672753419272073,
"sell_2h": 212386,
"sell_history_2h": 198632,
"sell_2h_change_percent": 6.9243626404607515,
"buy_2h": 200045,
"buy_history_2h": 188000,
"buy_2h_change_percent": 6.406914893617022,
"volume_2h": 233556433.41227996,
"volume_2h_usd": 233546096.14317834,
"volume_history_2h": 200676703.92325795,
"volume_history_2h_usd": 200670380.0438611,
"volume_2h_change_percent": 16.38442771194596,
"volume_buy_2h": 107292908.10336798,
"volume_buy_2h_usd": 107287917.68279324,
"volume_buy_history_2h": 95716891.60262197,
"volume_buy_history_2h_usd": 95714426.14595845,
"volume_buy_2h_change_percent": 12.094016329745616,
"volume_sell_2h": 126263525.30891198,
"volume_sell_2h_usd": 126258178.46038508,
"volume_sell_history_2h": 104959812.32063597,
"volume_sell_history_2h_usd": 104955953.89790262,
"volume_sell_2h_change_percent": 20.297018942065616,
"trade_4h": 830719,
"trade_history_4h": 739363,
"trade_4h_change_percent": 12.356041619610394,
"sell_4h": 427554,
"sell_history_4h": 390782,
"sell_4h_change_percent": 9.409849993090777,
"buy_4h": 403165,
"buy_history_4h": 348581,
"buy_4h_change_percent": 15.658914283911058,
"volume_4h": 444764661.72954196,
"volume_4h_usd": 444747744.9248905,
"volume_history_4h": 403490702.36459595,
"volume_history_4h_usd": 403476786.22676635,
"volume_4h_change_percent": 10.229221918390248,
"volume_buy_4h": 209077860.69843987,
"volume_buy_4h_usd": 209070141.66263077,
"volume_buy_history_4h": 206645655.16793695,
"volume_buy_history_4h_usd": 206636627.6737574,
"volume_buy_4h_change_percent": 1.1769933069854814,
"volume_sell_4h": 235686801.0311021,
"volume_sell_4h_usd": 235677603.26225972,
"volume_sell_history_4h": 196845047.196659,
"volume_sell_history_4h_usd": 196840158.5530089,
"volume_sell_4h_change_percent": 19.732146877761192,
"trade_8h": 1502472,
"trade_history_8h": 1579030,
"trade_8h_change_percent": -4.848419599374299,
"sell_8h": 782357,
"sell_history_8h": 845060,
"sell_8h_change_percent": -7.419946512673656,
"buy_8h": 720115,
"buy_history_8h": 733970,
"buy_8h_change_percent": -1.8876793329427635,
"volume_8h": 821709120.2497389,
"volume_8h_usd": 821679006.179775,
"volume_history_8h": 946874319.4912045,
"volume_history_8h_usd": 946849383.5006773,
"volume_8h_change_percent": -13.218776416781703,
"volume_buy_8h": 401974198.85122186,
"volume_buy_8h_usd": 401957962.7464045,
"volume_buy_history_8h": 435401537.64981294,
"volume_buy_history_8h_usd": 435390296.48382026,
"volume_buy_8h_change_percent": -7.677358922300407,
"volume_sell_8h": 419734921.39851713,
"volume_sell_8h_usd": 419721043.4333705,
"volume_sell_history_8h": 511472781.84139156,
"volume_sell_history_8h_usd": 511459087.01685715,
"volume_sell_8h_change_percent": -17.936019999461568,
"trade_24h": 3866559,
"trade_history_24h": 3269920,
"trade_24h_change_percent": 18.246287370944856,
"sell_24h": 2033949,
"sell_history_24h": 1655266,
"sell_24h_change_percent": 22.877471052990877,
"buy_24h": 1832610,
"buy_history_24h": 1614654,
"buy_24h_change_percent": 13.498619518485075,
"volume_24h": 2045204750.9809194,
"volume_24h_usd": 2045144320.587021,
"volume_history_24h": 1543163627.203192,
"volume_history_24h_usd": 1543123874.7516944,
"volume_24h_change_percent": 32.53323982808094,
"volume_buy_24h": 973697087.8169838,
"volume_buy_24h_usd": 973667513.1963601,
"volume_buy_history_24h": 807894931.7944231,
"volume_buy_history_24h_usd": 807872635.6768489,
"volume_buy_24h_change_percent": 20.522737486952167,
"volume_sell_24h": 1071507663.1639357,
"volume_sell_24h_usd": 1071476807.390661,
"volume_sell_history_24h": 735268695.4087689,
"volume_sell_history_24h_usd": 735251239.0748456,
"volume_sell_24h_change_percent": 45.73008069767426,
"is_scaled_ui_token": false,
"multiplier": null
}
}
}- Usage Note
- Accessibility
- Chain Supported
Batch trading-activity stats for multiple tokens.
- Pass token addresses as a comma-separated list in
list_address. - Maximum batch size is 20 token addresses per request.
- Use
framesto request the same set of timeframes for every token in the batch. - Returns trade, wallet, buy/sell, volume, and change metrics for indexed tokens across the same requested time windows.
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
Compute Unit ⚙️
- Batch CU is calculated as
ceil(10 * count^0.8).
Use Cases 💡
Use Cases 💡
- Compare trading activity across a watchlist or screener result set.
- Detect volume spikes and buy/sell pressure across many tokens with fewer API calls.
- Compare which tokens are attracting fresh participation or losing activity across the same recent windows.
- Rank tokens by recent participation, trade count, and volume momentum.
- Feed batch trade metrics into bots, alerting systems, and analytics pipelines.
How to Use 🛠️
How to Use 🛠️
- Set
x-chainfor the target network. - Pass
list_addressas comma-separated token addresses. - Use the same
framesacross the batch so every token is comparable. - Use this endpoint when you want multi-token activity windows, not just current price or valuation snapshots.
- Use the single endpoint for drill-down views after a user selects one token.
Best Practices ✅
Best Practices ✅
- Use batch trade data for screeners and alerts where every token should be scored on the same timeframe set.
- Deduplicate addresses and keep the requested frame list consistent.
- Join with batch market data to rank both market quality and current activity.
Authorizations
API key for authentication
Headers
A chain name listed in supported networks.
Available options:
solana, ethereum, bsc, base, robinhood, sui, mantle, hyperevm, arbitrum, avalanche, optimism, polygon, zksync, monad, aptos, fogo, megaeth Query Parameters
A list of token addresses in string separated by commas (,)
A list of custom time intervals separated by comma (,). Users can pass up to 8 intervals. Rules:
- Minute intervals: from 1m up to 1440m (e.g. 1m,15m,16m,17m,89m,90m,92m,1440m ...).
- Second intervals: must be multiples of 5s, from 5s up to 3600s (e.g. 5s,10s,15s,90s,3600s ...).
- Hours intervals: only support (1h 2h 4h 8h 24h)
Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana
Available options:
raw, scaled Was this page helpful?

