Complete reference for the MetaBeast API. Build integrations and extend the platform.
RESTful API with JSON responses
Wallet signature-based auth
1000 requests per hour
Real-time event notifications
https://api.metabeast.org
All API requests require authentication using wallet signatures. Include the following headers:
Authorization: Bearer <signature> X-Wallet-Address: <wallet_address> X-Timestamp: <unix_timestamp>
/api/v1/bounties
Retrieve all available bounties
/api/v1/bounties
Create a new bounty
/api/v1/bounties/{id}
Get specific bounty details
/api/v1/bounties/{id}/apply
Apply for a bounty
/api/v1/guilds
List all guilds
/api/v1/guilds
Create a new guild
/api/v1/hunters/{address}
Get hunter profile by wallet address
/api/v1/hunters/{address}
Update hunter profile
All API responses follow this standard format:
{ "success": true, "data": { // Response data }, "message": "Success", "timestamp": 1640995200 }
Join thousands of developers building the future on Core. Earn CORE tokens, build your reputation, and launch your next big project.