⚡ CURRENCIES API

Live gold, currency & crypto prices by creasydude

Authentication: All data routes require X-API-Key header. Admin routes require X-Admin-Key header.

📊 Data Routes

GET /currency X-API-Key
Currency exchange rates — USD, EUR, AED, GBP, and more
GET /gold X-API-Key
Gold prices — 18k, 24k, mithqal, melted, silver, exchange funds
GET /crypto X-API-Key
Crypto prices — BTC, ETH, SOL, and more (USDT & IRR)
GET /all X-API-Key
Combined response — all three sources in one call

👑 Admin Routes

POST /admin/users X-Admin-Key
Create a user. Body: {"username": "optional"}
GET /admin/users X-Admin-Key
List all users
GET /admin/users/:key X-Admin-Key
Get a single user by API key
PUT /admin/users/:key X-Admin-Key
Update username. Body: {"username": "new-name"}
DEL /admin/users/:key X-Admin-Key
Delete a user

🔧 Other

GET /refresh X-Admin-Key
Trigger an immediate re-scrape of all sources