Skip to content

Commit

Permalink
feat: add guide for Gnosis Pay key
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanerzkp authored and kelsos committed Sep 19, 2024
1 parent 8fc9097 commit 2909dc0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Binary file added public/images/gnosispay_add_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions usage-guides/importing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,36 @@ As long as you provide Monerium credentials, all Monerium transactions on Mainne
![Add Monerium](/images/monerium_add_key.png)

### Gnosis Pay

You can integrate Gnosis Pay with Rotki to import your transaction data. Note that this feature is **experimental** and is only available for premium users.

#### Adding Gnosis Pay Session Token

To add your Gnosis Pay session token:

1. **Login to Gnosis Pay:**

- Go to [Gnosis Pay](https://app.gnosispay.com/dashboard) and log in to your account.

2. **Retrieve the Session Token:**

- Open your browser's developer tools (right-click on the page and select `Inspect` or press `F12` / `Ctrl+Shift+I`/`Cmd+Option+I`).
- Go to the **Application** tab in the developer tools.
- In the **Storage** section on the left sidebar, click on **Cookies** and select `https://app.gnosispay.com` (marked as **1** in the image).
- Look for the cookie named `__Secure-authjs.session-token` in the list (marked as **2** in the image).
- Copy the value of the cookie from the **Cookie Value** section at the bottom (marked as **3** in the image).

![Retrieve Gnosis Pay Session Token](/images/gnosispay_add_key.png)

3. **Add Session Token to Rotki:**
- In Rotki, navigate to `API Keys → External Services`.
- Scroll to the **Gnosis Pay** section.
- Paste the session token into the **Session Token** field.
- Click **Save**.

> **Note**: The session token only provides read-only access to your Gnosis Pay data
### The Graph

Rotki uses The Graph to obtain Balancer balances and particular ENS data. You can create one [here](https://thegraph.com/studio/apikeys).
Expand Down

0 comments on commit 2909dc0

Please sign in to comment.