Tx Batching, any idea?

Have you got an idea on: How to batch tx ? Can we specify mutiples adresses in one tx ? And also can we create PSBT and import/export .psbt file from FB ?

My aim is to reduce fees when i send the same token but not same amount to multiples adresses. You think it is possible to dot that ? What function should I use ?

I am open to all ideas. Tx you all :wink:

Hey @leho!
You can batch BTC (or UTXO based assets) transactions by creating a single transaction with multiple outputs (Destinations).
Check out the create transaction endpoint and specifically the destinations array.