| Airdrop Name | Official Link | Update | Files | Notes | Actions |
|---|
Notifications
Clear All
Loading...
Archived Projects
| Airdrop Name | Reason | Date Archived | Actions |
|---|
System Settings
Authentication
Cloudflare Config
API Keys
Gunakan API key untuk upload file via script/terminal tanpa buka web. Kirim header Authorization: Bearer <apikey>
API Key berhasil dibuat! Salin sekarang, hanya ditampilkan sekali:
Loading...
API Reference
0. Set Header (untuk semua request):
-H "Authorization: Bearer YOUR_API_KEY"
1. Buat Project Baru (sama seperti form di web):
curl -X POST -H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"Linea Voyage","link":"https://linea.build","status":"In Progress","notes":"Catatan"}' \
"https://notes.jimixz.my.id/api/projects"
2. List Semua Project (ambil ID):
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://notes.jimixz.my.id/api/projects"
3. Upload File:
curl -X PUT -H "Authorization: Bearer YOUR_API_KEY" \
--data-binary @file.txt \
"https://notes.jimixz.my.id/api/upload/PROJECT_ID/file.txt"
4. List File di Project:
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://notes.jimixz.my.id/api/files/PROJECT_ID"
5. Download File:
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://notes.jimixz.my.id/api/download/files/PROJECT_ID/filename.txt"
6. Update Project (status, notes, dll):
curl -X POST -H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"id":"PROJECT_ID","status":"Completed"}' \
"https://notes.jimixz.my.id/api/projects"
7. List Semua Wallet Groups:
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://notes.jimixz.my.id/api/wallets"
8. Buat / Update Wallet Group:
curl -X POST -H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"10 PK Utama","chain":"EVM","wallets":[{"label":"Wallet 1","address":"0x...","privateKey":"0x...","chain":"EVM"}]}' \
"https://notes.jimixz.my.id/api/wallets"
9. Hapus Wallet Group:
curl -X DELETE -H "Authorization: Bearer YOUR_API_KEY" \
"https://notes.jimixz.my.id/api/wallets/WALLET_GROUP_ID"
Wallet Groups
Kelola alamat & private key wallet airdrop Anda
Project Details
Project Files
Klik atau Drag & Drop file/folder di sini
New Wallet Group
Address
Private Key