APIs
In this section, we will delve into the details of communicating with the Circular Network. We'll learn how to structure various URLs for interaction with the distinct blockchains within the network.
URL and Body Structure
URL = [NAG URL]Circular_[Network End Point]
Body = {
"NAGKEY":[NAG KEY],
"TBody":[Transaction body]
}Last updated