Create Match

Create Match

post

Creates a match within your game with the specified users.

Body
amountstringOptionalExample: 5
currencystringOptionalExample: USD
Responses
200Success
post
POST /dubbz/create-match 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