Wallets
Get wallet by ID
Retrieves a specific wallet by its ID
X-API-KEY<token>
API key for authentication (prefix: sk_dev_ for development, sk_live_ for production)
In: header
Path Parameters
idstring
Wallet ID
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.sentra.xyz/api/v1/wallets/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"address": "string",
"chain": "ETHEREUM",
"isDeleted": true,
"metadata": {},
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"message": "Unauthorized",
"statusCode": 401
}{
"message": "Resource not found",
"statusCode": 404
}{
"message": "Internal server error",
"statusCode": 500
}