Get Wallet by ID
Retrieve detailed information about a specific wallet by providing its unique wallet ID
📄 Endpoint
- Base URL: https://api.stablecraft.io/v1
- Replace :id with the unique ID of the wallet you want to retrieve.
🔐 Authentication
Include your API key as a Bearer token in the request header:
📥 Sample Request
Or using JavaScript:
📤 Sample Response
⚠️ Notes
- If the wallet ID does not exist, the API returns a 404 Not Found error.
- Balances are displayed in native token units.
- last_activity can be null if the wallet has had no transactions yet.