Added
2026.08.07 - Add Robinhood Support to Token Creation Info API
1 day ago by Dqd
Expand the Token Creation Info API to support the Robinhood network
Features
Token - Creation Token Info
- Add
robinhoodas a supportedx-chainvalue - Extend token creation transaction lookup to the Robinhood network
- Keep the existing request and response structure unchanged for all previously supported chains
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
x-chain | string | No | solana | Supported networks: solana, bsc, base, ethereum, monad, robinhood. |
address | string | Yes | - | Token address to retrieve creation transaction information for. |
Compatibility Note
- This release only expands chain support by adding
robinhood - Existing behavior for
solana,bsc,base,ethereum, andmonadremains unchanged
