{
  "x402Version": 2,
  "id": 955,
  "slug": "955",
  "resource": "https://ozmium.org/v1/positions/:address",
  "description": "Live Morpho Blue borrow positions (collateral, debt, health factor, liquidation distance), Morpho vault deposits (APY, earnings), Gains Network open leveraged trades (pair, direction, leverage, entry, TP/SL), and on-chain PENDING orders (incl. stranded market orders the keyless backend hides) for any Base address. GET /v1/positions/{address}.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x53a05c0eed6cbf065f31aedbae7b0d8ce1a0f4db",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
              "risk": [
                {
                  "leverage": 5,
                  "long": false,
                  "pairIndex": 0
                }
              ]
            },
            "network": "eip155:8453"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/positions/:address",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "address": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "properties": {
                      "address": {
                        "type": "string"
                      },
                      "risk": {
                        "items": {
                          "properties": {
                            "leverage": {
                              "type": "number"
                            },
                            "long": {
                              "type": "boolean"
                            },
                            "pairIndex": {
                              "type": "number"
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "network": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "ozmium.org",
  "lastUpdated": "2026-08-23T20:32:32.426Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-23T20:32:31.593Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "ozmium.org",
    "manifest_name": "ozmium.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}