API Overview
API Functions (58)
|
API Endpoints
Communication with the API clusters require access to our API Endpoints.
Anyone can easily explore and retrieve public data for any active Blockchain Name. The structure to the API is simple. Use the same endpoint and attributes along with the full blockchain name. If data is assigned, it will be dissplayed in an easy to read JSON format. Access and storage of the data can be on a blockchain or IPFS file storage or multiple services. Our return data will display anything we have available.
Example API Call:
https://master.bns.technology/call.cfm?apikey=public&command=explore&name=^baker.social.profile Return Data: Return Data The most common retuen will be given in JSON format unless the return is only one word, phrase or number, which will just be returned with no formating. This return data may be defined by adding additional attributes to the blockchain name. ie; ^MyName.social.profile will retun all of your social profile data. If only the diplayname is required, then the blockchain name will reflect the attriburs with ^MyName.social.profile.displayname Another example with public keys ^MyName.key will return all assigned public keys and ^MyName.key.btc.mywallet will return only the one btc address with the nickname of mywallet. And yes ^MyName.key.btc will retun all btc assignemts. |