POST

Requests an api key from an address and signature

Notes

  • <address> must be lowercase. <signature> must be generated from signing the following message:
    I am signing this message to prove that I control address <address>
    
post/request-api-key

Request body

signaturestring
addressstring

Response

Success

api_keystring
namestring

Changes