Token Metadata
ERC-20 name, symbol, decimals and total supply read directly from the contract, with the exact call results returned as evidence.
GET /v1/security/token-metadata $0.005 per call
Specification
- Endpoint
GET /v1/security/token-metadata- Price
- $0.005 per call · tier
basic_data - Payment
-
x402 on X Layer (chain 196) · settled in USDG or USDT0 · schemes
exact,aggr_deferred - Data source
- X Layer JSON-RPC eth_call / eth_getCode, plus explorer metadata
- Timeout
- 30 seconds
- Max request
- 16 KB
- Version
1.0.0
Calling it
The first call returns a 402 with the payment challenge. Retry with a
signed authorisation in the X-PAYMENT header — see
the payment guide for the exact shape.
curl -i "https://api.dana-edu.pp.ua/v1/security/token-metadata" Response
Every response is wrapped in the same envelope: data plus
warnings, sources, confidence,
informational_only and a measured processing_ms.
See the envelope reference.
Related endpoints
Contract Existence Check
Determines whether an address holds deployed bytecode, returning code size and code hash as evidence.
Proxy Pattern Detection
Detects EIP-1967, EIP-1822, beacon and minimal-proxy patterns by reading the standard storage slots and matching known bytecode shapes.
Implementation Address
Resolves the current implementation address behind a detected proxy and reports which slot or method produced it.
Ownership Analysis
Reads owner, admin and access-control state, flags whether ownership is an EOA, a contract, or renounced to the zero address.