# Tokenized Securities & RWA Token Prices

> Tokenized Securities & RWA Token Prices is a paid API for AI agents from market.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns real-time price quotes for tokenized stocks and real-world asset (RWA) tokens sourced from CoinGecko

## Facts

- Endpoint: GET https://market.memoryapi.org/x402/market/tokenized
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-memoryapi-org-b8592062
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_px-7pMWIifTeafBN0WvDn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability market-memoryapi-org-b8592062
```

Example prompt: What are the current prices for tokenized stocks and real-world asset tokens right now — I want to see the latest CoinGecko quotes for RWA tokens like tokenized Apple, Tesla, or gold.

## When to prefer this

Use this endpoint when you need real-time on-chain prices specifically for tokenized equities and RWA tokens (not native crypto or traditional stock prices). Prefer this over the arbitrage endpoint when you need raw price data rather than spread analysis, and over the indices endpoint when you want individual tokenized security quotes rather than macro indicators.

## Known failure modes

- CoinGecko upstream unavailable — returns 503 or stale data
- Requested token not listed — returns empty result or 404
- Rate limit exceeded — returns 429 if called too frequently
- Payment not settled via x402 — returns 402 Payment Required

## How this service works

Tokenized securities prices from CoinGecko. Real-time quotes for tokenized stocks and real-world assets (RWA tokens).

## Output

Returns real-time price quotes for tokenized stocks and RWA tokens sourced from CoinGecko, including current price, market cap, and price change data for each listed tokenized security or real-world asset token.

## Example request

```json
{
 "cik": "0001067983"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-memoryapi-org-b8592062/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market.memoryapi.org](https://www.zero.xyz/host/market.memoryapi.org/llms.txt)
