We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8e9d4 commit da8a1c4Copy full SHA for da8a1c4
websocket/config.go
@@ -66,6 +66,7 @@ const (
66
LaunchpadFeed Feed = "wss://launchpad.polygon.io"
67
BusinessFeed Feed = "wss://business.polygon.io"
68
EdgxBusinessFeed Feed = "wss://edgx-business.polygon.io"
69
+ IEXBusiness Feed = "wss://iex-business.polygon.io"
70
DelayedBusinessFeed Feed = "wss://delayed-business.polygon.io"
71
DelayedEdgxBusinessFeed Feed = "wss://delayed-edgx-business.polygon.io"
72
DelayedNasdaqLastSaleBusinessFeed Feed = "wss://delayed-nasdaq-last-sale-business.polygon.io"
0 commit comments