Node Details

GEThttps://zyldb-demo.zyllion.network/about

Returns information about the node including its DID, public key and build details

Responses

  • 200

Details about the node

  • application/json

  • Schema

  • Example

  • curl

  • dart

  • go

  • http

  • java

  • javascript

  • kotlin

  • c

  • nodejs

  • objective-c

  • ocaml

  • php

  • powershell

  • python

  • r

  • ruby

  • rust

  • shell

  • swift

  • HTTPCLIENT

  • RESTSHARP

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://zyldb-demo.zyllion.network/about");
request.Headers.Add("Accept", "application/json");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());

RequestCollapse all

Send API RequestResponseClear

Click the Send API Request button above and see the response here!

Last updated