# CIEL M2M API – Dust Consolidate

> CIEL M2M API – Dust Consolidate is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-18).

Consolidates dust (small, low-value token balances) across a crypto wallet into usable amounts

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/dust-consolidate
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-api-dust-consolidate-73a1b7dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pSCW7qbVmcdFlBNS6Z7PH

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 ciel-m2m-api-dust-consolidate-73a1b7dd
```

Example prompt: Can you consolidate all the dust token balances in my wallet — those tiny leftover amounts that are too small to do anything with — and sweep them into a usable sum?

## When to prefer this

Choose this endpoint when you need to programmatically sweep and consolidate small, sub-threshold cryptocurrency token balances (dust) in a wallet. Prefer it over manual wallet tools when building automated agent workflows that periodically clean up micro-balances after trading activity, or when integrating dust consolidation into a larger DeFi portfolio management pipeline.

## Known failure modes

- Invalid or missing wallet address returns error
- No dust balances found — nothing to consolidate
- Insufficient gas/fees to execute consolidation transaction
- Network congestion causing timeout
- Malformed properties parameter returns 400-level error
- USDC payment failure via x402 protocol blocks call

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object with the result of the dust consolidation operation, typically including information about the tokens swept, amounts consolidated, and overall status of the consolidation process.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-api-dust-consolidate-73a1b7dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
