Satflow Marketplace API
The Satflow Marketplace API allows anyone with a valid key to interact with Satflow to manage item listings and explore activity on the platform.
The API supports the following:
- Listing Items for Sale: Create and manage listings for selling items on Satflow.
- Listing Data: Retrieve current listing information.
- Bid Data: Retrieve current bid information.
- Sales Data: Retrieve historical sales information.
A great open source example on how to use the Satflow endpoints can be found in our open source market maker repo,Satflow Market Maker
Authentication:
Obtaining an API Key
This API requires an API key for authentication. You can request an API on Google forms.
Once you obtain your API key you will be required to add the x-api-key header with your unique API key to your request.
curl -X 'GET' \
'https://api.satflow.com/v1' \
-H 'accept: application/json' \
-H 'x-api-key: YOUR_API_KEY'Endpoints
| Network | URL | Documentation |
|---|---|---|
| BTC Mainnet | https://api.satflow.com/v1 | https://docs.satflow.com |
Rate Limits
| API Tier | Rate Limit |
|---|---|
| Partner | Depends on requirements |
Issues & Feature Requests
For issue reports and feature requests, please contact support on Discord.

