Golden Heist API
Implements API for SPD-2405.
Get player heist status
GET API_URL/api/v2/heist
Example Response
{
"available": true,
"last": {
date: "2024-02-11T10:22:46.384Z",
amount: 63
}
}
Request heist
POST API_URL/api/v2/heist
Example Response
{
"success": true,
"amount": 28
}
Table of Contents