Get wallet details
GET
/api/v1/wallets/{walletBizId}HMACRetrieves detailed information about a specific wallet.
Headers
Path Parameters
Request Example
curl -X GET https://api.lampay.app/api/v1/wallets/<walletBizId> \
-H "X-Api-Key: sk_live_xxx" \
-H "X-Signature: <computed_signature>" \
-H "X-Timestamp: 1709337600" \
-H "X-Nonce: 550e8400-e29b-41d4-a716-446655440000"