API Reference

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.

Authentication:

Obtaining an API Key

This API requires an API key for authentication. You can obtain an API key by opening a ticket on Discord.

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://native.satflow.com/blockheight' \
  -H 'accept: application/json' \
  -H 'x-api-key: YOUR_API_KEY'

Endpoints

NetworkURLDocumentation
BTC Mainnethttps://native.satflow.comhttps://docs.satflow.com

Rate Limits

API TierRate Limit
PartnerDepends on requirements

Issues & Feature Requests

For issue reports and feature requests, please contact support on Discord.