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.
5
5
## ** Installation**
6
6
7
7
To install the SDK in your project, run:
8
- ```
9
- sh
8
+ ``` sh
10
9
pip install jup-python-sdk
11
10
```
12
11
## ** Quick Start**
13
12
14
13
Below is a simple example that shows how to fetch and execute an Ultra order with the Jup Python SDK:
15
- ```
16
- python
14
+ ``` python
17
15
from dotenv import load_dotenv
18
16
from jup_python_sdk.clients.ultra_api_client import UltraApiClient
19
17
from 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:
61
59
export PRIVATE_KEY=your_private_key_here
62
60
```
63
61
64
- 2 . ** Configuration** :
62
+ 2 . ** Optional Configuration** :
65
63
Depending on your credentials and setup, you have a couple of options for initializing the ` UltraApiClient ` :
66
64
67
65
- ** Custom Private Key Environment Variable:**
You can’t perform that action at this time.
0 commit comments