Create Satflow purchase intent (unsigned PSBT)

Creates an unsigned PSBT for Satflow marketplace purchases that needs to be signed by the buyer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
inscriptionIds
array of strings

Array of inscription IDs to purchase

inscriptionIds
runesOutputs
array of strings

Array of runes outputs to purchase

runesOutputs
string
required

Buyer's Bitcoin address

string
required

Address to receive purchased tokens

string

Public key for token receive address

string | null

Buyer's internal public key, or null when buyerScripts defines a NUMS Taproot wallet

buyerScripts
array of objects

Optional Taproot script leaves used to derive custom buyer addresses

buyerScripts
enum
required

Transaction fee rate option. Can be one of the predefined options (fastestFee, halfHourFee, hourFee, minimumFee) or a custom number sat/vB.

enum
required

Extraction fee rate option. Can be one of the predefined options (fastestFee, halfHourFee, hourFee, minimumFee) or a custom number sat/vB.

boolean

Use minimal outputs optimization

boolean

Use lightspeed mode

number

Number of output splits (optional)

string

Referral address for commission (optional)

Responses
200

Satflow purchase intent created successfully

400

Invalid parameters

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!