FIO Chain Getter API
FIO Chain Getter API offers multiple endpoints design to return information about the FIO Chain or specific FIO Handles, FIO Requests, FIO Data, NFT Signatures, or FIO Chain accounts.
All endpoints are REST API of type POST taking json as body and returning json in response.
Authentication
No authentication is required.
Endpoints
There are many FIO Chain API servers ran by Block Producers and other entities. For latest server API urls, see https://github.com/fioprotocol/fio.mainnet#fio-api
Here's a couple used on this site:
Endpoint | Description |
---|---|
<https://test.fio.eosusa.io/v1/chain> | FIO Chain Testnet |
<https://fio.eosusa.io/v1/chain> | FIO Chain Mainnet |
Please note the v1 is static and does not represent the API version.