Get JWT with valid signature
Authorization
Provide a signature and get back a valid JWT that allows order actions
Request
Body Params application/json
Request samples
curl --location --request POST 'https://api-sepolia.predict.fun/auth' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
{
"success": true,
"data": {
"token": "string"
}
}
Modified at 2024-12-11 12:14:21