Skip to main content
GET
/
wallet
/
{owner}
/
basic
Get Basic Wallet Information
curl --request GET \
  --url https://data.solanatracker.io/wallet/{owner}/basic \
  --header 'x-api-key: <api-key>'
{
  "tokens": [
    {
      "address": "So11111111111111111111111111111111111111111",
      "balance": 0.019911506,
      "value": 3.6143897773934883,
      "price": {
        "quote": 181.5226722375238,
        "usd": 181.5226722375238
      },
      "marketCap": {
        "quote": 99213713748.1989,
        "usd": 99213713748.1989
      },
      "liquidity": {
        "quote": 14187570.69498935,
        "usd": 14187570.69498935
      }
    },
    {
      "address": "9BT13kNGQFKvSj2BibHPKmpxxSnqMFUEEZEMQ5SNpump",
      "balance": 35145.6526,
      "value": 0.1358466724606335,
      "price": {
        "usd": 0.0000038652482572093,
        "quote": 1.6897453884302e-8
      },
      "marketCap": {
        "usd": 3863.1654435176,
        "quote": 16.888348583436
      },
      "liquidity": {
        "usd": 7629.3186104034,
        "quote": 33.35259492
      }
    },
    {
      "address": "EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm",
      "balance": 0.078177,
      "value": 0.03798727245783123,
      "price": {
        "usd": 0.48591366332593,
        "quote": 0.00267735845235
      },
      "marketCap": {
        "usd": 485349964.8012,
        "quote": 2674252.5034466
      },
      "liquidity": {
        "usd": 10991626.048437,
        "quote": 60563.275180256
      }
    },
    {
      "address": "AF7CYuqRw61atGBVT9LpxaXuSW9RuGmfnSAEgaHppump",
      "balance": 2143.21592,
      "value": 0.007500701071651285,
      "price": {
        "usd": 0.0000034997412074334,
        "quote": 2.7995661589663e-8
      },
      "marketCap": {
        "usd": 3499.7412074334,
        "quote": 27.995661589663
      },
      "liquidity": {
        "usd": 7505.524527655,
        "quote": 60.039332132
      }
    }
  ],
  "total": 3.795724423383604,
  "totalSol": 0.020910447975426186
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

owner
string
required

Response

200 - application/json

Successful response

tokens
object[]
total
number
totalSol
number
⌘I