πTransaction Volume API
Features relating to the wallet owner's transaction volume.
GET
https://api-gate-mg6fwvzq3a-as.a.run.app/api/transaction_sol_volume/{token}?wallets={wallets}&include_connected_wallet={bool}token*
string
API access token
wallets*
string
Wallet address or a list of wallet addresses Note you can input a maximum of 5 wallets per API call. To input a list of wallets, see here:List of Wallets as Input Parameter
include_connected_wallet
boolean
Whether to incorporate other wallets connected to the Atadia platform by the wallet owner, default False
sumReceiveAmountSol
Total amount of SOL received since walletsβ creation
sumReceiveAmountSolPeriod7d
Total amount of SOL received in the last 7 days
sumReceiveAmountSolPeriod14d
Total amount of SOL received in the last 14 days
sumReceiveAmountSolPeriod30d
Total amount of SOL received in the last 30 days
sumSendAmountSol
Total amount of SOL sent since walletsβ creation
sumSendAmountSolPeriod7d
Total amount of SOL sent in the last 7 days
sumSendAmountSolPeriod14d
Total amount of SOL sent in the last 14 days
sumSendAmountSolPeriod30d
Total amount of SOL sent in the last 30 days
Last updated