Satflow
tb1qg5s9rdd9ddhacql3upd7ntzrexp3kn95v4hndmInscription IDs to buy
No content
POST /api/satflow/build HTTP/1.1
Host: api.bound.exchange
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 191
{
"type": "satflow-list",
"userAddress": "tb1qg5s9rdd9ddhacql3upd7ntzrexp3kn95v4hndm",
"inscriptionId": "text",
"priceInSats": "text",
"orderIds": [
"text"
],
"orderType": "text",
"inscriptionIds": [
"text"
]
}No content
tb1qg5s9rdd9ddhacql3upd7ntzrexp3kn95v4hndmNo content
POST /api/satflow/sign HTTP/1.1
Host: api.bound.exchange
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 286
{
"type": "satflow-list",
"userAddress": "tb1qg5s9rdd9ddhacql3upd7ntzrexp3kn95v4hndm",
"signedPsbt": "text",
"intentId": "text",
"signedChallenge": "text",
"signedSecureListingPsbts": [
"text"
],
"signedPaymentPrepPsbts": [
"text"
],
"signedPurchasePsbts": [
"text"
],
"signedTransferPsbt": "text",
"feeRate": 1
}No content
Inscription ID of the BUY intent to revert (FE tracks this, not the server-generated txId)
tb1qg5s9rdd9ddhacql3upd7ntzrexp3kn95v4hndmNo content
POST /api/satflow/buy/revert HTTP/1.1
Host: api.bound.exchange
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"inscriptionId": "text",
"userAddress": "tb1qg5s9rdd9ddhacql3upd7ntzrexp3kn95v4hndm"
}No content
No content
GET /api/satflow/item HTTP/1.1
Host: api.bound.exchange
Accept: */*
No content
Single value (?collectionIds=a), CSV (?collectionIds=a,b), or repeat-key (?collectionIds[]=a&collectionIds[]=b)
No content
GET /api/satflow/orders/floor HTTP/1.1
Host: api.bound.exchange
Accept: */*
No content
Single value (?slugs=a), CSV (?slugs=a,b), or repeat-key (?slugs[]=a&slugs[]=b)
No content
GET /api/satflow/collection-stats/floors?slugs=text HTTP/1.1
Host: api.bound.exchange
Accept: */*
No content
No content
GET /api/satflow/listings HTTP/1.1
Host: api.bound.exchange
Accept: */*
No content
No content
GET /api/satflow/wallet-contents?address=text HTTP/1.1
Host: api.bound.exchange
Accept: */*
No content
No content
GET /api/satflow/collections/trending HTTP/1.1
Host: api.bound.exchange
Accept: */*
No content
Page number, 1-indexed (default 1)
Items per page, max 10 — BE fans out 1 /item call per id (default 10)
No content
GET /api/satflow/collection/inscriptions?collection_id=text HTTP/1.1
Host: api.bound.exchange
Accept: */*
No content
Satflow collection slug (e.g. "nodemonkes")
Page number, 1-indexed (default 1)
Items per page (1–20, default 20) — listings are enriched from a metadata cache; only uncached inscriptions trigger a /item call
Sort by listing price (default asc)
No content
GET /api/satflow/collection/listings?collectionId=text HTTP/1.1
Host: api.bound.exchange
Accept: */*
No content
Last updated