Build on AugeCoin
REST API, JSON-RPC, TypeScript and Python SDKs for payments, wallets and AUGE20 smart contracts. Start building in minutes.
Pricing
Quick Start
cURL
# 1. Register and get your API key
curl -X POST https://gateway.augeco.in/v1/developers/register \
-H "Content-Type: application/json" \
-d '{"name":"Your Name","email":"you@example.com"}'
# 2. Call the RPC
curl -X POST https://gateway.augeco.in/v1/rpc \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"jsonrpc":"2.0","id":1,"method":"chain_getHeight","params":[]}'
# 3. Get account info
curl https://gateway.augeco.in/v1/account/YOUR_ACCOUNT_ID \
-H "x-api-key: YOUR_API_KEY"
JSON-RPC
Full node access via standard JSON-RPC 2.0. Query balances, send transactions, deploy contracts.
REST API
RESTful endpoints for accounts, blocks, transactions and AUGE20 tokens. No WebSocket required.
AUGE20 Tokens
Create, transfer, mint and burn tokens through the WASM contract engine. ERC-20 compatible.
Smart Contracts
Deploy and execute WebAssembly smart contracts. Deterministic execution with gas metering.
Sign In
Enter your API key to access the portal.
Your key starts with aug_ and was shown once when created.
No account? Create one
Dashboard
Status
—
Calls (30d)
—
Quota Used
—
Active Keys
—
Your API Key
Use this key in the x-api-key header for all requests.
Loading...
Rate Limits
| Endpoint | Limit | Window |
|---|---|---|
| RPC calls | — | per minute |
| Monthly quota | — | calls |
| Overage rate | — | augesat/call |
API Keys
Usage
Calls this period
—
Quota remaining
—
Overage charges
—
Period ends
—
Usage by Day (current period)
Billing
Current Tier
—
Monthly Price
—
Invoices
—
Outstanding
—
Invoices
Loading...