Options
Was this helpful?
Was this helpful?
Returns the version and allowed operations for this network.
POST /v1/<YOUR_API_KEY_HERE>/network/options HTTP/1.1
Host: icp-mainnet.icp.validationcloud.io
Content-Type: application/json
Accept: */*
Content-Length: 184
{
"network_identifier": {
"blockchain": "Internet Computer",
"network": "00000000000000020101",
"sub_network_identifier": {
"network": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
}
}
{
"version": {
"rosetta_version": "text",
"node_version": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"allow": {
"operation_statuses": [
{
"status": "text",
"successful": true
}
],
"operation_types": [
"text"
],
"errors": [
{
"code": 1,
"message": "text",
"retriable": true,
"details": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"historical_balance_lookup": true,
"mempool_coins": true,
"call_methods": [
"text"
]
}
}