/api/raida/lockers/peek
GETView contents of a RAIDA locker without downloading coins. Requires 32-character hex locker key.
Description
The `/api/raida/lockers/peek` endpoint allows viewing locker contents without downloading coins.
🔐 Security
The locker_key is secret. Never share publicly. Use HTTPS in production.
Parameters
locker_key (required): 32 hexadecimal characters
Examples
curl "http://localhost:8080/api/raida/lockers/peek?locker_key=0123456789abcdef0123456789abcdef"