Authentication
Wallet Auth
Authenticate a wallet-backed API trader session
Endpoint
Body Parameters
EVM wallet address in hex form. The request body accepts this value with or
without the
0x prefix.Plain-text sign-in message. It must exactly match:
Base64-encoded 65-byte ECDSA signature over
message.Runnable Examples
Response Fields
Bearer token for authenticated RFQ, portfolio, balance, and preference routes.
Authenticated wallet address.
Longshot user identifier for the wallet, encoded as a UUID string.
Session expiry as Unix seconds.