Requests using Postman
A great tool to progress JSON requests is to use the Postman tool (https://www.postman.com/downloads/). With this tool you can easilly send JSON requests over the network to a Radix Node or Radix Gateway.
In this example request we are going to request the information about the Radix native token using StakeSafe's Public Radix Network Gateway.
Start the postman application and start by clicking at create request.
Change the request type to POST and change the url to https://gateway.stakesafe.net/token/native
- Now go to the body tab
- Select raw request
- Click dropdown button
- Change type to JSON
- Enter the JSON request
Native Token Request using POST url /token/native
{ "network_identifier": { "network": "mainnet" }}
- Finish the request clicking the blue Send button
- Check the output
Timestamps in UTC
Timestamps from the StakeSafe Public Radix Network Gateway are always in UTC.
Checkout the Radix API Specifications to create more requests: https://docs.radixdlt.com/main/apis/api-specification.html
StakeSafe Public Radix Network Gateway (Radix Mainnet)
https://gateway.stakesafe.net