Last updated 11 months ago
Create the wager match on Dubbz with the specified parameters.
/api/v1/partner/arcade/matches
{{amount}}
{{currency}}
curl -L \ --request POST \ --url 'https://dubbz.com/api/v1/partner/arcade/matches' \ --header 'Content-Type: application/json' \ --data '{ "amount": "{{amount}}", "currency": "{{currency}}", "metadata": {}, "player": { "address": "{{address1}}" } }'
{ "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..." } }