> For the complete documentation index, see [llms.txt](https://updates.subquery.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://updates.subquery.dev/nova-wallet-basilisk.md).

# Subquery project Nova Wallet - Basilisk

#### Nova SubQuery project is indexing the blockchain and provides a convenient API for fetching operation history & analytics data. It is used by the Nova Wallet Feel free to use this API for your app! 💖

Make sure that you add filters and sorting rules to your queries!

Following API & datasource is supported: 📚 Transfers and extrinsics (transactions). Both or either can be fetched, for example:

```
query {
  historyElements{nodes{transfer extrinsic}}
}
```

✨ Transfer history for additional assets in the network (based on "assets"/"ORML" Substrate pallet):

```
query {
  historyElements{nodes{assetTransfer}}
}
```

👷‍ Node Operator Instruction

* Rpc can be find at <https://onfinality.io>
* Can leave dictionary empty, it should be automatically filled by the sdk if there are any available.

<https://app.subquery.network/explorer/project/0x3f/overview>

***

#### Deployed At: 2024-07-02T04:42:09

***

## Project type:

`Indexer Project`

## Project category:

\`\`

## Is Project Official?

`Yes`

## Latest release version:

`undefined`

## Latest release hash:

`QmbkeHJeUzfxyaPckG6NFkbZMa3g61unMHCWNDCY7yh3vy`

***

### Setup your own indexer:

<https://github.com/web3cdnservices/subquery-indexer-toolkit/blob/mainnet/README.md>

### Projects Updates Alerts channel:

<https://github.com/web3cdnservices/subquery-projects-updates/blob/master/README.MD>

### Subquery Indexers Monitoring:

<https://t.me/subquery_eagle_eye_reserve_bot>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://updates.subquery.dev/nova-wallet-basilisk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
