Using Discovery Service
Returns Front-End or Mobile Application configuration and endpoints
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
"Name": "POA SparkNet",
"BlockchainTechnology": "ETH",
"NetworkId": "ETH",
"Description": "Used for Active Sandbox, Pilot and Productive environments. The network runs without gas-costs and is not linked to the Ethereum Mainnet.",
"GasSettingsAdjustmentAllowed": false,
"Translations": "https://tenantalldevacc.blob.core.windows.net/translations/txmobile-production",
"AuthConfig": {
"ClientId": "prod.tx.app.v1",
"Scopes": "openid prod.txapi_core prod.txapi_device profile offline_access"
},
"Position": 1,
"Endpoints": {
"AuthApi": "https://auth.coreledger.net",
"TxApi": "https://txapi.coreledger.net/v1.0/api"
}
}[
{
"Name": "POA SparkNet",
"BlockchainTechnology": "ETH",
"NetworkId": "ETH",
"Description": "Used for Active Sandbox, Pilot and Productive environments. The network runs without gas-costs and is not linked to the Ethereum Mainnet.",
"GasSettingsAdjustmentAllowed": false,
"Translations": "https://tenantalldevacc.blob.core.windows.net/translations/txmobile-production",
"AuthConfig": {
"ClientId": "prod.tx.app.v1",
"Scopes": "openid prod.txapi_core prod.txapi_device profile offline_access"
},
"Position": 1,
"Endpoints": {
"AuthApi": "https://auth.coreledger.net",
"TxApi": "https://txapi.coreledger.net/v1.0/api"
}
},
{
"Name": "Ethereum Mainnet",
"BlockchainTechnology": "ETH",
"NetworkId": "ETHM",
"Description": "The Ethereum blockchain, for main productive purposes with the whole spectrum of assets.",
"GasSettingsAdjustmentAllowed": true,
"Translations": "https://tenantalldevacc.blob.core.windows.net/translations/txmobile-production",
"AuthConfig": {
"ClientId": "prod.tx.app.v1",
"Scopes": "openid prod.txapi_core prod.txapi_device profile offline_access"
},
"Position": 2,
"Endpoints": {
"AuthApi": "https://auth.coreledger.net",
"TxApi": "https://txapi.coreledger.net/v1.0/api"
}
}
]Was this helpful?