App Auth
Login
POST
https://api.pepeanalytics.com/v1/login
Checks if address holds more than 800k PEPEAI tokens, authenticates, then returns a JWT
Request Body
Name
Type
Description
address*
Signer
Wallet address
nonce*
string
Nonce of arbitrary signature
message*
string
Arbitrary message
signature*
string
Arbitrary signature
Logout
POST
https://api.pepeanalytics.com/v1logout
Request Body
Name
Type
Description
token*
String
Current access token
Verify Holder
POST
https://api.pepeanalytics.com/v1/verify
Request Body
Name
Type
Description
address*
String
wallet address
Get New Tokens
POST
https://api.pepeanalytics.com/v1/token
Request Body
Name
Type
Description
token*
String
Current refresh JWT
address*
String
Wallet address
Last updated