PlayerBetTransactionAlreadyExist
Request
Body Params application/json
{
"status": "playerbet",
"username": "{{userName}}",
"userbet": 200,
"transactionid": "{{prevTransactionId}}",
"time": {{$timestamp}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"some_fake_key": "some_fake_value"
}
Request samples
curl --location -g --request POST '/?hash={{hash}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "playerbet",
"username": "{{userName}}",
"userbet": 200,
"transactionid": "{{prevTransactionId}}",
"time": {{$timestamp}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"some_fake_key": "some_fake_value"
}'
Responses
application/json {
"balance": 996250,
"transactionid": "1ce5c94d-d1c4-4451-a0d7-23c2c69cbfde",
"username": "227131"
}
Modified at 2024-12-21 01:53:05