{
  "x402Version": 2,
  "id": 3036,
  "slug": "3036",
  "resource": "https://conc-exe.xyz/api/concierge-intel-macro",
  "description": "Macro snapshot — SPX, VIX, DXY, gold, BTC/ETH marks, Fear & Greed, Treasury yields, central-bank calendar",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb85c83cc448edca8eb724f5d79b523faff9375a7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x94db8343ec6839131c082126ea1e723e30c256f3",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "eip155:4663",
      "payTo": "0x94db8343ec6839131c082126ea1e723e30c256f3",
      "asset": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "9uiwHcDNYg8rbPDRaJBfMHVo8f8CAgCCZzz1JB6XyEFN",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "9uiwHcDNYg8rbPDRaJBfMHVo8f8CAgCCZzz1JB6XyEFN",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "9uiwHcDNYg8rbPDRaJBfMHVo8f8CAgCCZzz1JB6XyEFN",
      "asset": "F2bnJW1z55UQ9ZqGX5RwYQfvNJrd23n66eyBV5QZpump",
      "amount": "175000000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {},
          "bodyType": "json",
          "headers": {
            "Content-Type": "application/json"
          },
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "macro": {
              "upcomingEvents": [
                {
                  "label": "FOMC decision",
                  "when": "2026-03-18"
                }
              ]
            },
            "marks": [
              {
                "change24h": "+0.42%",
                "price": "5,240.10",
                "symbol": "SPX"
              }
            ],
            "ok": true,
            "sentiment": {
              "index": 62,
              "label": "Greed"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "message": {
                    "description": "Optional context for logging",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "bodyType": {
                "const": "json"
              },
              "headers": {
                "type": "object"
              },
              "method": {
                "const": "POST"
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "macro": {
                    "type": "object"
                  },
                  "marks": {
                    "items": {
                      "properties": {
                        "change24h": {
                          "type": "string"
                        },
                        "price": {
                          "type": "string"
                        },
                        "symbol": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "ok": {
                    "type": "boolean"
                  },
                  "sentiment": {
                    "properties": {
                      "index": {
                        "type": "number"
                      },
                      "label": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "required": [
                  "ok"
                ],
                "type": "object"
              },
              "example": {
                "additionalProperties": false,
                "properties": {
                  "macro": {
                    "type": "object"
                  },
                  "marks": {
                    "items": {
                      "properties": {
                        "change24h": {
                          "type": "string"
                        },
                        "price": {
                          "type": "string"
                        },
                        "symbol": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "ok": {
                    "type": "boolean"
                  },
                  "sentiment": {
                    "properties": {
                      "index": {
                        "type": "number"
                      },
                      "label": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "required": [
                  "ok"
                ],
                "type": "object"
              },
              "type": {
                "const": "json"
              }
            },
            "required": [
              "type",
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "conc-exe.xyz",
  "lastUpdated": "2026-09-11T16:06:22.462Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-11T16:06:19.369Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "conc-exe.xyz",
    "manifest_name": "conc-exe.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}