-
Notifications
You must be signed in to change notification settings - Fork 0
API Reference
Richard Kindler edited this page Nov 25, 2025
·
2 revisions
#📘 API Reference
This section documents core endpoints.
Returns service readiness & dependency status.
POST /tx/send
Submits a transaction request to the queue.
Body:
{`
`"to": "0x...",`
`"from": "0x...",`
`"value": "...",`
`"data": "0x...",`
`"gasLimit": 21000`
`}
Returns: Transaction ID + metadata.
GET /tx/:id
Fetches transaction status.
GET /account/:address
Returns balance, nonce, and account metadata.
GET /block/latest
Returns the latest finalized block header.
More endpoints will be documented as modules expand.