Ecosystem/Codex

Codex

Tempo
Crypto Data1 endpointFrom $0.0010 /req

GraphQL API for real-time and historical DeFi data across 80+ blockchain networks. Query token prices, trades, liquidity pools, NFTs, and wallet activity — all through a single flexible endpoint.

View documentation

When should an agent use this?

Use Codex when your agent needs on-chain DeFi data — token prices, trading volumes, liquidity pool stats, NFT metadata, or wallet transaction history. Ideal for trading bots, portfolio trackers, DeFi analytics agents, and any workflow that needs real-time or historical blockchain data across multiple chains.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (1)

Execute GraphQL queries for real-time and historical DeFi data — token prices, trades, pools, NFTs, and wallet activity across 80+ blockchains.

Path/services/codex/graphql
MethodPOST
Price$0.0010 per request

Parameters

NameTypeRequiredDescription
querystringYesGraphQL query string — use Codex schema to query tokens, trades, pools, NFTs, and wallets
variablesobjectNoOptional variables for parameterized GraphQL queries

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/codex/graphql" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "{ token(input: { address: \"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\", networkId: 8453 }) { name symbol price decimals } }"
}'

IndieGent Endpoint

api.indiegent.com/services/codex

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli