Skip to main content
POST
Generate JWT Token

Body

application/json
user_address
string
required

Ethereum address of the user

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Successfully generated JWT token

token
string

JWT token string

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

expires_at
integer<int64>

Token expiration timestamp (Unix timestamp)

Example:

1700000000

rate_limit
object