Blockchains
GET
/blockchains
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nusabyte.com/api/v1/blockchains'
Response Response Example
[
{
"key": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1",
"name": "Solana Devnet",
"imageUrl": "https://ipfs.nusabyte.com/ipfs/Qme551yKU6a5Cptsk8hxcMtWwTrKkHArZtTTwFSvu19eFD",
"depositAddress": "dp48Y9euMbxCWGcvWkiezEwcFaNpHr5EGXfgVufuank",
"tokenFactoryContractAddress": "dp48Y9euMbxCWGcvWkiezEwcFaNpHr5EGXfgVufuank",
"tokenCreationFee": "0.001000000000000000",
"addressExplorerUrl": "https://explorer.solana.com/address/{address}?cluster=devnet",
"transactionExplorerUrl": "https://explorer.solana.com/tx/{hash}?cluster=devnet",
"lastIndexedBlockNumber": "0"
}
]
Request
None
Responses
Modified at 2025-04-22 06:18:41