How to generate Testnet API key via Explorer?
Dec-21-2023
The process of securing the API is explained in the API documentation. Generally: BusyXChain API functions are protected by the JWT token. Another API function generates the JWT token (see more in the API documentation, section 1.1. Generate auth token). For anyone to call the function to generate the JWT token, apikey must be passed […]
How to connect to BusyXChain Testnet API?
Dec-12-2023
API documentation Full documentation of BusyXChain Testnet API is available on: https://api.busyxchain.network Security All API requests require to pass the JWT token in the request’s headers field named authorization. The JWT token generation explanation is in the 1. Authentication API section. Specifically, function 1.1. Generate auth token generates the JWT token and returns it as […]
API – Transaction statuses
Jun-15-2023
BusyXChain is built on the Hyperledger Fabric framework so transaction statuses are tethered with the core functions. These statuses are handled on the Explorer to show the status of the particular transaction. There are a total of three statuses so far:
Where to find API documentation?
Jun-15-2023
You can find BusyXChain API documentation on this link: https://api.busyxchain.network/