Skip to main content
GET
/
api
/
sol
/
wallets
/
summary
Aggregated trading profile for one or more wallets
curl --request GET \
  --url 'https://ca.raze.sh/api/sol/wallets/summary?apiKey='
{
  "success": true,
  "address": "<string>",
  "data": {
    "address": "<string>",
    "totalTrades": 123,
    "totalBuys": 123,
    "totalSells": 123,
    "buyRatio": 123,
    "sellRatio": 123,
    "totalVolumeSol": 123,
    "totalVolumeUsd": 123,
    "avgTradeSizeSol": 123,
    "avgTradeSizeUsd": 123,
    "largestTradeSol": 123,
    "largestTradeUsd": 123,
    "totalFees": 123,
    "realizedPnlSol": 123,
    "realizedPnlUsd": 123,
    "realizedPnlPct": 123,
    "uniqueTokensTraded": 123,
    "winningTokens": 123,
    "winRate": 123,
    "firstTradeAt": "2023-11-07T05:31:56Z",
    "lastTradeAt": "2023-11-07T05:31:56Z",
    "proTradeCount": 123,
    "sniperCount": 123,
    "bundleCount": 123
  },
  "count": 123,
  "solPriceUsd": 123,
  "from": "2023-11-07T05:31:56Z",
  "to": "2023-11-07T05:31:56Z",
  "timestamp": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.raze.bot/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
query
required

Query Parameters

addresses
string
required

One or more wallet addresses (comma-separated, max 500)

from
integer

Inclusive lower bound in Unix milliseconds

to
integer

Exclusive upper bound in Unix milliseconds

Response

Success

success
boolean
address
string

Present for single-address requests

data
object

Single wallet object for one address, or an array for batched requests

count
integer

Present for multi-address responses

solPriceUsd
number
from
string<date-time> | null
to
string<date-time> | null
timestamp
string<date-time>