Page cover

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}

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:

{
    "ts": 1751298466020,
    "data": {
        "code": "Crypto:ALL:SOL/USDT",
        "ask": "161.61145",
        "bid": "161.27856",
        "price": "161.445005"
    }
}

Error response:

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

Proxy Implementations

Nobi Testnet ProxyNobi Mainnet Proxy

Last updated

Was this helpful?