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
200
User Confirm Match
text/plain
post
POST /api/v1/partner/arcade/matches/{matchId} HTTP/1.1
Host: dubbz.com
Content-Type: application/json
Accept: */*
Content-Length: 157

{
  "address": "xf47a8e36ee423a44e0e3df5b5c2024fb2e0a5",
  "signedMessage": "0xf47a8e36ee423a44e0e3df5b5c2024fb2e0a5b718c8329985e30abd511a42a3b2c3e19d8b4b2d6f4d869"
}
200

User Confirm Match

No content

Last updated