File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,13 @@ A Python SDK for interacting with Jupiter Exchange APIs.
55## ** Installation**
66
77To install the SDK in your project, run:
8- ```
9- sh
8+ ``` sh
109pip install jup-python-sdk
1110```
1211## ** Quick Start**
1312
1413Below is a simple example that shows how to fetch and execute an Ultra order with the Jup Python SDK:
15- ```
16- python
14+ ``` python
1715from dotenv import load_dotenv
1816from jup_python_sdk.clients.ultra_api_client import UltraApiClient
1917from jup_python_sdk.models.ultra_api.ultra_order_request_model import UltraOrderRequest
@@ -61,7 +59,7 @@ Before using the SDK, please ensure you have completed the following steps:
6159 export PRIVATE_KEY=your_private_key_here
6260 ```
6361
64- 2 . ** Configuration** :
62+ 2 . ** Optional Configuration** :
6563 Depending on your credentials and setup, you have a couple of options for initializing the ` UltraApiClient ` :
6664
6765 - ** Custom Private Key Environment Variable:**
You can’t perform that action at this time.
0 commit comments