Browse/Agent resources

Give your agent one link.
It can do the rest.

Ten Thousand Tokens exposes public resources for launched-token discovery, quotes, unsigned transaction building, trade history, wallet inventory, and secondary NFT acquisition on OpenSea.

The map.

Read

GET /api/agents/manifestGET /api/agents/tokensGET /api/agents/tokens/{tokenIdOrAddress}GET /api/agents/tokens/{tokenIdOrAddress}/tradesGET /api/agents/wallet/{address}GET /api/agents/tx/{hash}

Build

POST /api/agents/trade/quotePOST /api/agents/trade/buildPOST /api/agents/launch/buildPOST /api/agents/fees/claim/buildPOST /api/agents/buyback/build

Quote a buy

{
  "side": "buy",
  "token": "1",
  "amountInWei": "10000000000000000",
  "slippageBps": 100
}

Build a transaction

{
  "side": "buy",
  "token": "1",
  "from": "0x0000000000000000000000000000000000000000",
  "amountInWei": "10000000000000000",
  "slippageBps": 100
}