# AinX402 Fundraising Rounds List

> AinX402 Fundraising Rounds List is a paid API for AI agents from ainalyst-api.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a complete list of all fundraising rounds tracked in the AinX402 knowledge hub, including totals and timestamps.

## Facts

- Endpoint: GET https://ainalyst-api.xyz/all-fundraisings
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ainx402-fundraising-rounds-list-57aa3dd1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1Zy-c2nlOWr6h2tlchkpr

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 ainx402-fundraising-rounds-list-57aa3dd1
```

Example prompt: Pull up all the fundraising rounds in the AinX402 knowledge hub so I can see every investment round they've tracked.

## When to prefer this

Use this endpoint when you need a comprehensive dump of all fundraising rounds in the AinX402 database without any filtering. Prefer this over a search or filtered endpoint when you want the full dataset to analyze, display, or process downstream.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Service temporarily unavailable — returns 5xx error
- Empty dataset returned if no fundraising rounds have been indexed yet

## How this service works

List all fundraising rounds

## Output

Returns a JSON object with a timestamp, an array of all fundraising round records, and a total count of fundraising entries in the database.

## Response schema (JSON Schema)

```json
{
 "type": "http",
 "properties": {
  "timestamp": {
   "type": "string"
  },
  "fundraisings": {
   "type": "array"
  },
  "total_fundraisings": {
   "type": "number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ainx402-fundraising-rounds-list-57aa3dd1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ainalyst-api.xyz](https://www.zero.xyz/host/ainalyst-api.xyz/llms.txt)
