Create Wager Match

Create Wager Match

post

Create the wager match on Dubbz with the specified parameters.

Body
amountstringOptionalExample: {{amount}}
currencystringOptionalExample: {{currency}}
metadataobjectOptional
Responses
201
Create Wager Match
application/json
post
POST /api/v1/partner/arcade/matches HTTP/1.1
Host: dubbz.com
Content-Type: application/json
Accept: */*
Content-Length: 99

{
  "amount": "{{amount}}",
  "currency": "{{currency}}",
  "metadata": {},
  "player": {
    "address": "{{address1}}"
  }
}
201

Create Wager Match

{
  "amount": "5",
  "currency": "USD",
  "id": "29d7c1d5-c4af-4686-bb2a-9e654f377ea3",
  "matchId": "123d4383-dce1-4ddd-b2da-de5a796a6294",
  "metadata": {},
  "players": {
    "address": "0xf977814e90da44bfa03b6295a0616a897441acec",
    "signMessage": "Your are giving your consent to Dubbz..."
  }
}

Last updated