Auths
Logout
Getting Started
Trader Explorer
Hyperliquid Explorer
Trader Profile
Open Interest
Trader Board
Copy Trades
Auths
Logout
Logout
POST
/
auth
/
logout
curl --request POST \
--url https://api.copin.io/auth/logout \
--header 'Authorization: <authorization>'Authentication
This endpoint requires authentication using a JWT token in the Authorization header.
JWT token in the format: Authorization {token}
Request Example
curl --request POST \
--url "https://api.copin.io/auth/logout" \
--header 'Content-Type: application/json' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IjB4MTUzNTQ4NGMxRWVjMUQyMDNmRTFBNTNFQTExYTYyMWE4ODRBRTA2NyIsInRpbWUiOjE3NDQ2MjYxNjIzODksImFjY2VzcyI6IlVmTkNiTWhMVVMxNzQ0NjI2MTYyMzkwIiwiaWF0IjoxNzQ0NjI2MTYyLCJleHAiOjE3NDUyMzA5NjJ9.LpvhBdxyfehzom-v5tKumAqCptSMkVk7HVKKVtjSpk8' \
Response
Status: 201 Created
curl --request POST \
--url https://api.copin.io/auth/logout \
--header 'Authorization: <authorization>'