Mach API Endpoints
Get Wallet Points
Returns points for a specific wallet address
GET
This endpoint retrieves the points earned by a specific wallet address on Mach Exchange.
Path Parameters
The wallet address to retrieve points for
Response
Wallet address
Number of points earned by the wallet
Status Codes
| Status Code | Description |
|---|---|
| 200 | Success - Wallet points returned successfully |
| 422 | Validation Error - Invalid wallet address format |
| 500 | Internal Server Error - Something went wrong on the server |