> For the complete documentation index, see [llms.txt](https://docs.seda.xyz/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seda.xyz/home/archvie/browse-seda-supported-feeds/premium-data-providers/nobi-labs.md).

# Nobi Labs

## Supported Asset Types

* Commodities
* Crypto
* Crypto Index
* Crypto NAV
* Crypto Redemption Rate
* ETF
* Equity
* Forex
* Metal
* Rates

## About Nobi Labs

Nobi Labs is a crypto asset management platform based in Indonesia that pioneers crypto adoption.

## **API Structure and Data Specification**

### API Format

Endpoint (Testnet):

[http://43.157.108.162:5384/proxy/price?code={pair}](http://43.157.108.162:5384/proxy/price?code=%7Bpair)

| Parameter | Required | Example Symbol / Pair |
| --------- | -------- | --------------------- |
| code      | Yes      | Crypto:ALL:SOL/USDT   |

### Response Format

Data is returned as a JSON with the following structure:

**Successful response:**

<pre class="language-json"><code class="lang-json"><strong>{
</strong>    "ts": 1751298466020,
    "data": {
        "code": "Crypto:ALL:SOL/USDT",
        "ask": "161.61145",
        "bid": "161.27856",
        "price": "161.445005"
    }
}
</code></pre>

**Error response:**

```json
{
   "data" : null,
   "message" : "Pair not found.",
   "status_number" : "50103",
   "ts" : 1751298466020
}
```

## Proxy Implementations

{% content-ref url="/pages/lO1n7K1LO4FbKtxJ5qSK" %}
[Testnet Proxy](/home/archvie/browse-seda-supported-feeds/premium-data-providers/nobi-labs/testnet-proxy.md)
{% endcontent-ref %}

{% content-ref url="/pages/J84ZeioxHMDOF7vSpyKy" %}
[Mainnet Proxy](/home/archvie/browse-seda-supported-feeds/premium-data-providers/nobi-labs/mainnet-proxy.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.seda.xyz/home/archvie/browse-seda-supported-feeds/premium-data-providers/nobi-labs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
