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
}

Last updated