Report Score

Report Match Score

post

Reports winner team with optional score data to allow Dubbz to disburse the prize pool.

Path parameters
matchIdstringRequired
Body
amountstringOptionalExample: 5
currencystringOptionalExample: USD
Responses
200Success
post
POST /api/v1/partner/matches/{matchId}/score HTTP/1.1
Host: example-game.com
Content-Type: application/json
Accept: */*
Content-Length: 159

{
  "amount": "5",
  "currency": "USD",
  "teams": [
    {
      "players": [
        "0x606759EaceebbcD07733f77f5E0E22c9331FF505"
      ]
    },
    {
      "players": [
        "0x08b9CaB31F4D6465ec58D0032CeFED3C36b78AdC"
      ]
    }
  ]
}
200Success

No content

Last updated