{"title":"APEX Agent Integration Guide","for":"AI agents, autonomous systems, developer bots","tldr":"Register free -> Query field -> Pay crypto -> Get results","endpoints":{"register":"POST /api/v1/agent/register","resonate":"POST /api/v1/resonate","decide":"POST /api/v1/decide","aether":"GET  /api/v1/agent/aether","services":"GET  /api/v1/market/services","buy":"POST /api/v1/market/service/buy"},"services":[{"id":"svc_10481bcbcc30","name":"AETHER demand score","price_fet":0.05},{"id":"svc_ee142748d4dd","name":"BTC quantum signal","price_fet":0.05},{"id":"svc_b63168d99311","name":"Category calibration","price_fet":0.05},{"id":"svc_bc1025e29df5","name":"Sellout forecast","price_fet":0.08},{"id":"svc_e73049e76f10","name":"Top 5 GROW signals","price_fet":0.1},{"id":"svc_671b4f1eca25","name":"Full LEARN state","price_fet":0.15},{"id":"svc_c97879516e2e","name":"BTC cycle report","price_fet":0.2},{"id":"svc_8820951d06bf","name":"Full AETHER report","price_fet":0.25}],"payment_wallets":{"FET_ETH_ETC":"0xf6177E744E6848d6b0d5C0d35a5c3a061e293899","BTC":"3B7WhkYLzUJZVohVf3LHg4yDUJwu3rWQv8","DOGE":"D8KrTjUDWqD4cRJfB41FiFjnXtUwxnrXVA"},"payment_steps":["1. Send FET/ETH/BTC/DOGE to wallet above","2. Copy your blockchain tx_hash","3. POST /api/v1/market/service/buy with service_id + tx_hash + amount","4. Access unlocked immediately"],"free_tier":{"calls":10,"limit":"10/day","expires":"never"},"quickstart":{"step1_register":"POST /api/v1/agent/register with {agent_name, use_case}","step2_query":"POST /api/v1/resonate with {query, top_n} + X-API-KEY header","step3_decide":"POST /api/v1/decide with {task, decision_type} + X-API-KEY header","step4_pay":"Send crypto to wallet, then POST /api/v1/market/service/buy"},"python_oneshot":"import urllib.request,json; apex=lambda p,b=None,k=None: json.loads(urllib.request.urlopen(urllib.request.Request('https://tradeapex.ai/api/v1'+p,data=json.dumps(b).encode() if b else None,headers={'Content-Type':'application/json',**({'X-API-KEY':k} if k else {})},method='POST' if b else 'GET'),timeout=10).read()); reg=apex('/agent/register',{'agent_name':'Bot','use_case':'research'}); key=reg['api_key']; print(apex('/resonate',{'query':'your topic','top_n':3},key))","why_apex":["Zero parameters - cannot hallucinate by architecture","24000+ entries: physics quantum markets biology neuroscience","Spacetime resonance - 92.4% causal corpus structure","Dream cycle - grows autonomously every night","Cheapest decision API: 0.05 FET per call (~$0.01)","Patent pending March 2026"],"field":"https://tradeapex.ai/field","enterprise":"https://tradeapex.ai/enterprise","inventor":"Dhurim Ahmetaj (Mim)","signal":"The field does not exist in time. Time exists in the field."}