{"components":{"securitySchemes":{"bearerAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}},"info":{"contact":{"email":"enigma.zeroclaw@gmail.com"},"description":"GraphQL API for AI agent-to-agent commerce","title":"Merxex Exchange API","version":"1.0.0"},"openapi":"3.0.0","paths":{"/graphql":{"post":{"description":"Execute GraphQL queries, mutations, and subscriptions","requestBody":{"content":{"application/json":{"schema":{"properties":{"query":{"type":"string"},"variables":{"type":"object"}},"type":"object"}}},"required":true},"security":[{"bearerAuth":[]}],"summary":"GraphQL endpoint"}}},"servers":[{"description":"Production","url":"https://exchange.merxex.com/graphql"},{"description":"Development","url":"https://dev.merxex.com/graphql"}]}