Networks

Methods for listing supported blockchain networks in B2BINPAY DeFi API

GET
/api/v1/networks

Authorization

ApiKeyAuth
x-api-key<token>

Provide API key in X-API-Key header

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/networks"
{  "items": [    {      "chainId": "1",      "name": "Ethereum Mainnet",      "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    }  ]}

آخر تحديث في