curl --request POST \
--url 'https://de.raze.sh/api/sol/wallets/batch/stats?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"addresses": [
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"ABC123..."
]
}
'{
"success": true,
"data": [
{
"address": "<string>",
"lastTransactionAt": "2023-11-07T05:31:56Z",
"totalTrades": 123,
"totalBuys": 123,
"totalSells": 123,
"totalVolumeSol": 123,
"totalVolumeUsd": 123,
"realizedPnlSol": 123,
"realizedPnlUsd": 123,
"uniqueTokensTraded": 123
}
],
"count": 123,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}curl --request POST \
--url 'https://de.raze.sh/api/sol/wallets/batch/stats?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"addresses": [
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"ABC123..."
]
}
'{
"success": true,
"data": [
{
"address": "<string>",
"lastTransactionAt": "2023-11-07T05:31:56Z",
"totalTrades": 123,
"totalBuys": 123,
"totalSells": 123,
"totalVolumeSol": 123,
"totalVolumeUsd": 123,
"realizedPnlSol": 123,
"realizedPnlUsd": 123,
"uniqueTokensTraded": 123
}
],
"count": 123,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}1 - 100 elements[
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"ABC123..."
]