Get Supported Chains
Retrieves a list of all supported blockchain networks with their detailed information.
curl --request GET \
--url https://api-staging.adamik.io/api/chains \
--header 'Authorization: <api-key>'
{
"chains": {
"algorand": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"ethereum": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"holesky": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"zksync": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"zksync-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"injective-evm-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"base": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"base-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"optimism": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"optimism-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"arbitrum": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"arbitrum-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"polygon": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"polygon-amoy": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bsc": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bsc-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"linea": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"linea-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"avalanche": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"avalanche-fuji": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"gnosis": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"gnosis-chiado": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"moonbeam": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"moonriver": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"moonbase": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"fantom": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"mantle": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"chiliz": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"chiliz-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"ton": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"tron": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"rootstock": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"rootstock-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bitcoin": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bitcoin-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"litecoin": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"dogecoin": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"starknet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"monad-private-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bitsong": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"chihuahua": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"seda": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"persistence": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"comdex": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"humans-ai": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"ki": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"mars-hub": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"provenance": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"quicksilver": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"saga": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"ux-chain": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"kava": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"sei": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"fetch-ai": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"cosmoshub": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"osmosis": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"celestia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"dydx": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"axelar": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"evmos": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"irisnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"juno": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"lum-network": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"omniflix": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"medibloc": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"passage": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"quasar": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"sommelier": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"shentu": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"stride": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"neutron": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"terra2": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"akash": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"dymension": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"band": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"stargaze": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"kyve": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"likecoin": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"osmosis-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"celestia-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"cosmoshub-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"injective": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
}
}
}
Authorizations
Response
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
algorand
, cosmos
, evm
, bitcoin
, tron
, ton
, starknet
Unique adamik identifier of the chain
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, starknet
, monad-private-testnet
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
List of supported features for the chain
Was this page helpful?
curl --request GET \
--url https://api-staging.adamik.io/api/chains \
--header 'Authorization: <api-key>'
{
"chains": {
"algorand": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"ethereum": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"holesky": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"zksync": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"zksync-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"injective-evm-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"base": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"base-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"optimism": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"optimism-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"arbitrum": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"arbitrum-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"polygon": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"polygon-amoy": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bsc": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bsc-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"linea": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"linea-sepolia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"avalanche": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"avalanche-fuji": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"gnosis": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"gnosis-chiado": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"moonbeam": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"moonriver": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"moonbase": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"fantom": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"mantle": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"chiliz": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"chiliz-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"ton": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"tron": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"rootstock": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"rootstock-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bitcoin": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bitcoin-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"litecoin": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"dogecoin": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"starknet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"monad-private-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"bitsong": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"chihuahua": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"seda": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"persistence": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"comdex": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"humans-ai": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"ki": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"mars-hub": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"provenance": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"quicksilver": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"saga": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"ux-chain": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"kava": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"sei": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"fetch-ai": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"cosmoshub": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"osmosis": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"celestia": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"dydx": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"axelar": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"evmos": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"irisnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"juno": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"lum-network": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"omniflix": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"medibloc": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"passage": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"quasar": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"sommelier": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"shentu": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"stride": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"neutron": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"terra2": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"akash": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"dymension": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"band": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"stargaze": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"kyve": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"likecoin": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"osmosis-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"celestia-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"cosmoshub-testnet": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
},
"injective": {
"family": "algorand",
"id": "bitcoin",
"nativeId": "<string>",
"name": "<string>",
"ticker": "<string>",
"decimals": 123,
"isTestnetFor": "<string>",
"supportedFeatures": {
"read": {
"token": true,
"validators": true,
"transaction": {
"native": true,
"tokens": true,
"staking": true
},
"account": {
"balances": {
"native": true,
"tokens": true,
"staking": true
},
"transactions": {
"native": true,
"tokens": true,
"staking": true
}
}
},
"write": {
"transaction": {
"type": {
"deployAccount": true,
"transfer": true,
"transferToken": true,
"delegate": true,
"redelegate": true,
"undelegate": true,
"claimRewards": true
},
"field": {
"memo": true
}
}
}
}
}
}
}