Last updated 1 year ago
Creates a match within your game with the specified users.
5
USD
[{"players":["0x606759EaceebbcD07733f77f5E0E22c9331FF505"]},{"players":["0x08b9CaB31F4D6465ec58D0032CeFED3C36b78AdC"]}]
curl -L \ --request POST \ --url 'https://example-game.com/dubbz/create-match' \ --header 'Content-Type: application/json' \ --data '{ "amount": "5", "currency": "USD", "teams": [ { "players": [ "0x606759EaceebbcD07733f77f5E0E22c9331FF505" ] }, { "players": [ "0x08b9CaB31F4D6465ec58D0032CeFED3C36b78AdC" ] } ] }'
No Content