Authentic

Create API key

API keys can be issued by logging into the MESEA and going to the API key menu.

Authentication with API key

Curl

curl --location "https://api.mesea.io/api/users/sign-in' \ --header 'Content-Type: application/json' \ --data '{ "wallet": <your_wallet>, "signature": <your_signature> }'

Last updated