Skip to main content

networks

Fetch Supported Networks

GET /merchant-integrations/fetch-supported-cryptonetworks

Get a list of all supported Blokchain Networks, relevant for creating onchain related activities

Response

{
"code": 200,
"data": [
{
"blockExplorerUrl": "string",
"chainID": "string",
"cryptocurrencies": [
{
"currencyAddress": "string",
"currencyData": {
"abbrev": "string",
"currencyType": "string",
"id": "string",
"image": "string",
"isActive": true,
"name": "string",
"symbol": "string"
},
"currencyDecimals": "string",
"currencyName": "string",
"id": "string",
"longswipeContractAddress": "string",
"networkID": "string",
"status": true
}
],
"id": "string",
"networkName": "string",
"networkType": "EVM",
"rpcUrl": "string"
}
],
"message": "string",
"status": "string"
}