# 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: 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://docs.seda.xyz/home/archvie/browse-seda-supported-feeds/premium-data-providers/nobi-labs.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.
