VeTrade AI

Auth

Authentication is not required for the current public beta.

Current behavior

Plain HTTP example


curl -X POST https://vetrade.vet/v2/swap-plans \

  -H 'Content-Type: application/json' \

  -d @quote-only-request.json

Remote MCP example


No auth header is required.

Codex MCP example


[mcp_servers.vetrade_swap_planner]

url = "https://mcp.vetrade.vet/mcp"

Future note

VeTrade may add optional or tiered API keys later for higher limits, attribution, or partner access. That is not enforced today.