curl --request GET \
--url 'https://de.raze.sh/api/sol/wallets/{address}/tokens?apiKey='{
"success": true,
"address": "<string>",
"data": [
{
"mint": "<string>",
"totalTrades": 123,
"buys": 123,
"sells": 123,
"totalVolumeSol": 123,
"totalVolumeUsd": 123,
"buyVolumeSol": 123,
"buyVolumeUsd": 123,
"sellVolumeSol": 123,
"sellVolumeUsd": 123,
"realizedPnlSol": 123,
"realizedPnlUsd": 123,
"firstTrade": "2023-11-07T05:31:56Z",
"lastTrade": "2023-11-07T05:31:56Z",
"totalFees": 123
}
],
"count": 123,
"limit": 123,
"offset": 123,
"sort": "volume",
"hasMore": true,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}curl --request GET \
--url 'https://de.raze.sh/api/sol/wallets/{address}/tokens?apiKey='{
"success": true,
"address": "<string>",
"data": [
{
"mint": "<string>",
"totalTrades": 123,
"buys": 123,
"sells": 123,
"totalVolumeSol": 123,
"totalVolumeUsd": 123,
"buyVolumeSol": 123,
"buyVolumeUsd": 123,
"sellVolumeSol": 123,
"sellVolumeUsd": 123,
"realizedPnlSol": 123,
"realizedPnlUsd": 123,
"firstTrade": "2023-11-07T05:31:56Z",
"lastTrade": "2023-11-07T05:31:56Z",
"totalFees": 123
}
],
"count": 123,
"limit": 123,
"offset": 123,
"sort": "volume",
"hasMore": true,
"solPriceUsd": 123,
"timestamp": "2023-11-07T05:31:56Z"
}1 <= x <= 200Sort order for token list
volume, pnl, trades, recent Number of records to skip for pagination
x >= 0