User Confirm Match

User Confirm Match

post

Confirm the user's authorization to participate in the match.

Path parameters
matchIdstringrequired
Body
addressstringoptionalExample: xf47a8e36ee423a44e0e3df5b5c2024fb2e0a5
signedMessagestringoptionalExample: 0xf47a8e36ee423a44e0e3df5b5c2024fb2e0a5b718c8329985e30abd511a42a3b2c3e19d8b4b2d6f4d869
Responses
curl -L \
  --request POST \
  --url 'https://dubbz.com/api/v1/partner/pvp/matches/{matchId}' \
  --header 'Content-Type: application/json' \
  --data '{
    "address": "xf47a8e36ee423a44e0e3df5b5c2024fb2e0a5",
    "signedMessage": "0xf47a8e36ee423a44e0e3df5b5c2024fb2e0a5b718c8329985e30abd511a42a3b2c3e19d8b4b2d6f4d869"
  }'

No Content

Last updated