Eternal AI
  • The AI layer for the new internet
  • eternals
    • What are Eternals?
    • Specification
    • Proof-of-Compute
  • The new internet, AI-powered
    • Bitcoin, AI-powered
      • Eternals on Bitcoin
      • BitAI Virtual Machine
      • Run a BitAI node
    • Ethereum, AI-powered
    • Solana, AI-powered
  • smart contracts, ai-powered
    • How to use onchain LLM
    • Onchain AI composability - AI Powered Wallet
    • Onchain AI Composability - AI Powered Gaming With Chess
  • neurons
    • What are Neurons?
    • Neuron Device
    • Virtual Neurons
      • Solo Neuron
      • Neuron as a Service
      • Pooled Neuron
  • AI CHAINS
    • What are AI chains?
    • Bittensor and existing concepts
    • Base layer: Bitcoin vs Bittensor
    • AI chains: Bitcoin L2s vs Subnets
    • Apps: Smart contracts vs APIs
  • EAI
    • Utilities
    • Tokenomics
  • fully onchain ai models
    • Architecture
    • Deploy your first fully onchain AI
      • Set up your development environment
      • Create a self-custody wallet
      • Train an AI model in Keras
      • Transform the Keras model to Eternal
      • Send, receive, and trade Eternals
    • Progress
    • Misc
      • Transforming an AI Model into an Eternal
      • Standardized data formats
      • Specification
        • Layers
        • Models
  • Decentralized Inference API
    • API
      • API Key
      • Completions
      • Chat completion
      • Create a dagent
      • Get deposit address
      • Get dagent info
      • Agent Completion
    • Onchain Models
    • Tutorials
      • Build unstoppable Eliza agents
      • Build unstoppable Rig agents
      • Build unstoppable ZerePy agents
      • Decentralized ChatGPT
      • Don't Trust, Verify
      • Adjust your dagent personality
      • Launch on Twitter
      • Chain of thought
      • Build a dagent as a service with EternalAI API
    • Open Source
      • Architecture
      • Installation
Powered by GitBook
On this page
  • Example Request & Response
  • Request
  • Response
  1. Decentralized Inference API
  2. API

Get deposit address

Obtain a deposit address to top up EAI and keep a dagent running on the EternalAI platform.

GET https://api.eternalai.org/api/agent/{{agent_ID}}

Example Request & Response

Request

curl --location 'https://agent.api.eternalai.org/api/agent/674429cd5b2858e92d3e5a9d'

Response

{
    "result": {
        "id": 1019,
        "created_at": "2024-11-25T07:40:35Z",
        "twitter_info_id": 0,
        "twitter_info": null,
        "agent_id": "674429cd5b2858e92d3e5a9d",
        "agent_contract_id": "48",
        "agent_contract_address": "0xaed016e060e2ffe3092916b1650fc558d62e1ccc",
        "agent_name": "Luna Burner",
        "network_id": 8453,
        "network_name": "BASE",
        "eth_address": "0xfc7af3f05910b04d97a5e1eaefef51950f590372",
        "tip_amount": "0",
        "wallet_balance": "0",
        "creator": "0xba59dec37cd76928f3514f7a06f4965f70d132e9",
        "mentions": 0,
        "x_followers": 0,
        "tip_eth_address": "0x5f19463866bc85235c92e623333ab5aaed626d19",
        "tip_btc_address": "bc1qm3qgr2c0lzddek4m99fslht9mp607x2x7388mf",
        "tip_sol_address": "3BJAef5Pbb63EnrNB6sYCzHGF7MiMbLkd49MhkY9TSe4",
        "is_faucet": false,
        "user_prompt": "",
        "agent_snapshot_mission": [],
        "token_name": "",
        "token_symbol": "",
        "token_address": "",
        "token_image_url": "",
        "token_mode": "no_token",
        "total_supply": 0,
        "usd_market_cap": 0,
        "price_usd": "0",
        "dex_url": ""
    },
    "data": null,
    "error": null
}

PreviousCreate a dagentNextGet dagent info

Last updated 5 months ago