cURL
curl --request POST \ --url https://api.openformat.tech/v1/key/challenge \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "public_address": "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266" } '
{ "status": "success", "challenge": "b1c2903bea5b294543e751b1742256e7bd44002f6460c6b2a1f8643984d5b513" }
Generate an API Key Challenge for an account. Once you’ve generate your challenge, you need to verify it.
User 's Ethereum address
"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
API Key Challenge
Successful reponse status
success
"success"
Challenge for the user to sign
"b1c2903bea5b294543e751b1742256e7bd44002f6460c6b2a1f8643984d5b513"