Endpoints
XP
This endpoint sends a create project request to the XP contract
POST
https://api.xp-protocol.io/create-project
This should be the first step into the XP ecoysystem
Headers
Request Body
Update score of a wallet address
POST
https://api.xp-protocol.io/update-score
In the XP ecosystem this function should be called any time you want to trigger a score change.
Request Body
More endpoints coming soon...
Example Request
The below request demonstrates how to perform a POST call to the /update-score endpoint with an X-API-KEY & Signature provided by either an "updater" or an "owner" of the project.
Last updated