Download OpenAPI specification:
API interface for Cowrie's tax intake form system.
Determine whether screening has completed for the provided address. Send your client secret in the Authorization header. The address 0x0000000000000000000000000000000000000001 is reserved for testing and always returns completed: true.
| address required | string^0x[a-fA-F0-9]{40}$ EVM-compatible address to check. |
{- "address": "0x0000000000000000000000000000000000000001"
}{- "completed": true
}