Authentication
Authentication related interfaces, providing Token creation, validation, and refresh functionality. A Token is a necessary credential for accessing other API interfaces, used to verify user identity and permissions.
📄️ Create Token
• Function description: Create an access token.This interface is used to generate a new Token, which is the credential for accessing other API interfaces. Upon successful creation, it returns a response containing Token information, expiration time, and status. The Token status defaults to 'Pending Verification' and requires verification via Webull App SMS code. Tokens are time-sensitive (default 15 days) and need to be refreshed before expiration.<br/>• Frequency limit: Rate limit 10 requests every 30 seconds
📄️ Check Token
• Function description: Query Token Status.This API is used to check the validity of a given token. If the status is NORMAL, the token is active and can be used normally. If the status is PENDING, the token is pending verification and requires a mobile verification code via the Webull App. If the status is INVALID, the token is invalid and must be regenerated. If the status is EXPIRED, the token has expired and must be regenerated.<br/>• Frequency limit: Rate limit 10 requests every 30 seconds