Login

API Endpoint

Endpoint /api/proof-wall
Method POST
Content-Type application/json
Auth Public
Description Proof wall video submissions
Usage Example
fetch('/api/proof-wall', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    jsonrpc: '2.0',
    params: {}
  })
})