Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid committed Jan 19, 2024
1 parent 46515a4 commit 4faf92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/_orderbook_blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const l3 = dlobSubscriber.getL3({
| marketType | The market type of the orderbook to get. If not set, marketName must be set | Yes | |

```python
l3 = dlob_client.get_l3_orderbook_sync("SOL-PERP")
l3 = dlob_subscriber.get_l3_orderbook_sync("SOL-PERP")
```

### Python
Expand Down

0 comments on commit 4faf92d

Please sign in to comment.