Networks
Methods for listing supported blockchain networks in B2BINPAY DeFi API
Last updated
Was this helpful?
Methods for listing supported blockchain networks in B2BINPAY DeFi API
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/networks HTTP/1.1
x-api-key: YOUR_API_KEY
Accept: */*
{
"items": [
{
"chainId": "1",
"name": "Ethereum Mainnet",
"coin": "ETH",
"isTestnet": false,
"isActive": true,
"isTron": false,
"transactionExplorerUrl": "https://etherscan.io/tx/{txHash}",
"addressExplorerUrl": "https://etherscan.io/address/{address}",
"tokenExplorerUrl": "https://etherscan.io/token/{tokenAddress}",
"requiredConfirmations": 12
}
]
}