Overview
This section. It’s guilding integration seamless wallet API such as /placeBet, /settle, /reward, /betNSettle, etc.
Request API
| Name | Value |
|---|---|
| API URL | https://<OPERATOR_URL>/<ACTION> |
| Content Type | application/json |
Response API
| Name | Value |
|---|---|
| HTTP Status | 200 |
| Content Type | application/json |
Response body
{
"code": 0,
"data": {
// Do suff here
}
}| Field | Type | Description |
|---|---|---|
| code | Number | Result code 5.4 Error code operator |
Last updated on