Fixes World
Github
  • 💡What is Fixes?
  • 📓Concepts
    • 🔡Fixes Inscription
    • 💹Fixes Coins
      • Guide 1: How to Launch a new Coin?
    • 🎟️Lottery Game
    • 👻𝔉rc20s
    • 📔Token List
      • 📘Query TokenList
      • 📙Query Reviewers
  • 👨‍💻Developer
    • On-chain Interactions
      • 🔯𝔉rc20
        • Deploy - tx
        • Mint(batch) - tx
        • Transfer - tx
        • Burn - tx
        • List for Sale - tx
        • Take list as buyer - tx
        • List for Purchase - tx
        • Take list as seller - tx
        • Cancel Listing - tx
      • 🔡Fixes Inscription
        • EstimateCost - read
    • Open API Service
      • 🔯𝔉rc20 Basics
        • Query 𝔉rc20 Tokens
        • Fetch 𝔉rc20 Token Info
        • Check 𝔉rc20 registered
        • Get 𝔉rc20 balances
        • Get 𝔉rc20 balance
      • 🛒𝔉rc20 Marketplace
        • Query all 𝔉rc20 Markets
        • Fetch 𝔉rc20 Market detailed info
        • Check 𝔉rc20 Market enabled
        • Query 𝔉rc20 Listings
        • Query Market Trading History
        • Query Address Trading History
      • 🔧Utilities
        • Estimate Fixes inscribing cost
        • Get current $FLOW price
      • 📃Legal Disclaimer
  • 🔗LINKS
    • Official Website
    • Linktree
Powered by GitBook
On this page
  • Overview
  • Getting an API Key
Edit on GitHub
  1. Developer

Open API Service

Welcome to 𝔉rc20 Developer Service documentation

PreviousEstimateCost - readNext𝔉rc20 Basics

Last updated 10 months ago

Please read before using FIXeS Open API Service.

Overview

FIXeS Open API Service is open to community developers, allowing you to explore the world of FIXeS executable inscription. You can deploy your own inscribing services, bulid wallet applications, develop browsers, and much more using this API.

Getting an API Key

To use the FIXeS Open API Service, please request an API_KEY from us by sending an email to with the name and description of your project and the reason for using it. After we review it, we will send you the API_KEY.

When you obtain the API key, please add it to the request header with the Authorization format as follows:

curl --location 'http://open-api.fixes.world/v1/utils/flow-price' \
--header 'Authorization: Bearer YOUR_API_KEY'

👨‍💻
FIXeS Open API Service Legal Disclaimer
fixesonflow@gmail.com