Requests withdrawal of game balance with EIP-712 signature
Requests withdrawal of game balance with EIP-712 signature
bearer In: header
Game entity slug
Value in
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/playables/string/coinflip/claim" \ -H "Content-Type: application/json" \ -d '{ "amount": "string" }'{ "id": "string", "type": "deposit", "amount": "string", "status": "pending", "txHash": "string", "createdAt": "string", "requestId": "string", "signature": "string", "coinflipAddress": "string"}Claim amount as a base-unit integer string
Wallet address for EIP-712 signing (defaults to first registered wallet)