Endpoint
Cashout Feed
{
playerId: "player1",
betId: "id1",
status: 1, //enum value, Available = 1, NotSupported = 2, CashedOut = 3
reason: null, //string, reason if cashout is not available
amount: {
localAmount: 40000,
precision: 4,
currency: "USD",
}
timestamp: "2025-07-16T14:30:00Z",
}
Last updated