cURL
curl --request GET \ --url https://api.example.com/v1/wallets/{walletId}
GET /v1/wallets/:walletId — Get a specific wallet by ID
GET https://api.rebelfi.io/v1/wallets/:walletId
walletId
number
curl -X GET "https://api.rebelfi.io/v1/wallets/42" \ -H "x-api-key: your_api_key"
{ "walletId": 42, "walletAddress": "So11...abc", "blockchain": "solana", "userId": "user-123", "orgMetadata": { "plan": "premium" }, "createdAt": "2024-01-15T10:30:00.000Z" }
WALLET_NOT_FOUND