# blockrun.ai dFlow Wallet Positions

> blockrun.ai dFlow Wallet Positions is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0095/call, status unknown (last checked 2026-09-14).

Fetches current open positions for a given Solana wallet address on the dFlow DEX protocol

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/dflow/wallet/positions/:solana_address
- Price: $0.0095/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-dflow-wallet-positions-e0c1a6e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BU5YMv5_zQn9KSvyR9FOD

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 blockrun-ai-dflow-wallet-positions-e0c1a6e3
```

Example prompt: What are the current open positions in my dFlow wallet for Solana address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU?

## When to prefer this

Use this endpoint when you need real-time position data specifically from the dFlow DEX for a Solana wallet. Prefer this over generic portfolio aggregators when dFlow-specific position data is required, or when building dashboards and monitors scoped to dFlow trading activity.

## Known failure modes

- Invalid or malformed Solana address returns an error
- Wallet address has no positions on dFlow returns empty data
- Network or upstream dFlow API unavailability returns a 5xx error
- Payment failure or insufficient USDC balance blocks the request

## How this service works

Fetch current positions for a dFlow wallet

## Output

Returns an object containing the current open positions held by the specified Solana wallet address on the dFlow protocol, including position details such as assets, sizes, and relevant portfolio data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-ai-dflow-wallet-positions-e0c1a6e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
