Users & Profiles API

Get public profile and activity summary for a wallet.

Endpoint

GET /api/v1/users/:address

Authentication optional. Rate limit: 100/min public, 1000/min authenticated.

Request Example

curl https://api.snsauctions.xyz/api/v1/users/11111111111111111111111111111112

Response Example

{
  "success": true,
  "data": {
    "address": "11111111111111111111111111111112",
    "snsName": "alice.sol",
    "stats": {
      "totalAuctionsCreated": 45,
      "totalAuctionsWon": 23,
      "totalBidsPlaced": 156,
      "totalVolumeTraded": 2450.5,
      "averageBidSize": 15.7,
      "winRate": 51.2
    },
    "recentActivity": []
  },
  "timestamp": 1711463000000
}

© 2026 SNSAuctions.xyz. Built on Solana.