How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

aelf Agent Gateway API

A first-party, self-hosted execution gateway that puts the aelf chain behind typed OpenAPI/MCP tools for AI agents: chain and asset queries, EOA/CA wallet operations, an explicit prepare -> human approval -> send workflow, exactly-once dispatch, and an audit log. Published as source under the AElfProject GitHub organization with an OpenAPI 3.1.0 contract; the operator runs it themselves, so its declared server is the loopback default rather than a hosted host.

This API exposes 15 operations across 13 paths, organized into 9 resource areas, and defines 11 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against a single base URL, http://localhost:8787.

15 operations 13 paths 11 schemas 11 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
http://127.0.0.1:8787
Authentication
HTTP Bearer
Resource Areas
9

Authentication & Security 1

aelf Agent Gateway API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (GatewayBearerAuth). By default, every request must be authenticated.

Paths & Operations 15

Across 13 paths, the API surfaces 15 operations — 11 GET, 4 POST. They span 9 resource areas: health, chains, wallets, balances, transfers, approvals, transactions, explorer, admin. Each is listed below with its method, path, parameters, and response codes.

health 1
GET
/health
Check aelf agent gateway health.
getAelfGatewayHealth → 200default
chains 1
GET
/chains
List supported aelf chains.
getAelfChains → 200
wallets 3
POST
/wallets
Create encrypted local aelf wallet and return public metadata only.
createAelfWallet body → 200default
GET
/wallets
List public metadata for local aelf wallets.
listAelfWallets → 200
GET
/wallets/{walletId}
Get public metadata for one wallet.
getAelfWallet 1 param → 200
balances 1
GET
/balances
Get token balance for a wallet or address.
getAelfBalance 4 params → 200
transfers 2
POST
/transfers/prepare
Validate and prepare an aelf token transfer without signing.
prepareAelfTransfer body → 200
POST
/transfers/send
Send a previously approved transfer intent.
sendAelfTransfer body → 200
approvals 2
GET
/approvals/{approvalId}
Get local approval summary for a pending write operation.
getAelfApproval 1 param → 200
POST
/approvals/{approvalId}
Approve or deny a pending local approval.
decideAelfApproval 1 param body → 200
transactions 1
GET
/transactions/{txId}
Get aelf transaction result by transaction id.
getAelfTransactionResult 2 params → 200
explorer 3
GET
/explorer/search
Search AelfScan read-only data.
searchAelfscan 2 params → 200
GET
/explorer/address/{address}
Get read-only AelfScan address detail.
getAelfscanAddressDetail 2 params → 200
GET
/explorer/transactions/{txId}
Get read-only AelfScan transaction detail.
getAelfscanTransactionDetail 2 params → 200
admin 1
GET
/admin/audit-events
List redacted audit events. Admin-only.
listAelfAuditEvents 1 param → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are TransferIntent (13 properties), AuditEventPublic (10 properties), WalletPublic (7 properties), TransferPrepareRequest (7 properties). Each schema is shown below with its type and property counts.

ErrorEnvelope
object
3 properties 3 required
ChainId
string
WalletType
string
RiskLevel
string
WalletPublic
object
7 properties 5 required
Balance
object
6 properties 6 required
TransferPrepareRequest
object
7 properties 5 required
TransferIntent
object
13 properties 11 required
TransferSendResult
object
4 properties 2 required
ApprovalDecisionRequest
object
1 property 1 required
AuditEventPublic
object
10 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aelf-inc-agent-gateway-openapi.yaml Raw ↑
Where this information came from

This is an independent, third-party profile of aelf Agent Gateway API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.