http://quickexpgxtyxalax7kfy4f3mntpjpqrfizwksogvtsgehkbkttuosid.onion/docs/api-v2
Get JWT Token To use API v1, first obtain JWT tokens ( access_token and refresh_token ): Via API curl -i -X POST "https://quickex.io/api/v1/users/local/authenticate" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{
"email": {"
[email protected]"},
"
password": {"yourPassword"},
"browserFingerprint": {"UniqueNumbers"}
}' The -i flag displays response headers, where you will find Set-Cookie: access_token and Set-Cookie: refresh_token .