cURL
curl --request POST \ --url https://api.openformat.tech/v1/key/verify \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "signature": "0x860729b.....", "public_address": "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266" } '
{ "api_key": "5a2a5e28-1851-4029-b0db-987e4b235a35" }
Verify your signed challenge. You can sign your challenge using Metamask and our signing tool.
Challenge signed with user 's private key
"0x860729b....."
User 's Ethereum address
"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
Generated API Key
Generated API key
"5a2a5e28-1851-4029-b0db-987e4b235a35"