List Wallets
GET /api/v1/walletsScope: account:read
Returns the wallet addresses linked to your account.
Response
200 OK
[
{
"address": "0xYourWalletAddressHere",
"linked_at": "2026-03-04T14:17:03Z",
"verified": true
}
]The first wallet you signed in with is your primary wallet; additional linked wallets are added via the terminal UI (link operations require Privy JWT and are not available over API key).
Example
curl -H "X-API-Key: sprdr_..." https://api.spreadr.xyz/api/v1/wallets