Client APIBlockchain
Blockchain. Snapshot Summary Data by Address
Get Summary Data about Smart Contract.
Notice:
In the URL pass the network
-
Ethereum -
ethereum -
Polygon -
polygon -
Solana -
solana -
Algorand -
algorand -
Avalanche -
avalanche -
Arbitrum -
arbitrum -
Base -
base -
Optimism -
optimism -
BNB Chain -
bsc
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
contract_address*string
Response Body
application/json
curl -X GET "https://example.com/backend/api/v1/ethereum/contract_summary/?contract_address=0xe1385fdd5ffb10081cd52c56584f25efa9084015"{ "message": "success", "code": 200, "data": [ { "token_name": "Robinhood xStock", "blockchain": "Ethereum", "contract_address": "0xe1385fdd5ffb10081cd52c56584f25efa9084015", "token_type": "ERC-20 Proxy (Upgradable)", "proxy_admin": null, "token_total_supply": "170000000000000000000000", "nav_price": "0.0000000000000000", "issuer": null, "platform": "ethereum", "custodian": null, "investor_eligibility": "", "transfer_rules": null, "audit_status": null, "token_decimals": 18 } ]}