cURL
curl --request POST \ --url https://api.dirtroad.dev/tools/uuid-utils/is-nil \ --header 'Content-Type: application/json' \ --header 'X-Payment: <api-key>' \ --data ' { "uuid": "<string>" } '
{ "uuid": "<string>", "isNil": true }
Check if a UUID is the nil UUID (all zeros). Requires x402 blockchain payment.
x402 blockchain payment authorization header containing signed EIP-3009 Transfer with Authorization
UUID to check if nil
Nil UUID check result
Input UUID
Whether the UUID is the nil UUID (all zeros)