Skip to content

Instantly share code, notes, and snippets.

Issue: Webull Paper Trading Not Available via API

Status: Open Date: 2026-04-16


Current State

Official OpenAPI SDK (webull-openapi-python-sdk): Auth works, account/balance/positions work, order placement works -- but it only sees the live account. No paper trading account exists in the API response, and the UAT endpoint rejects production keys.

@patrickmklee
patrickmklee / regextutorial.md
Last active May 24, 2021 04:24
Regex Tutorial

Regular Expressions

Summary

Purpose

This tutorial will explain the various components of Regular expressions and apply the concepts to the following expression

/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/