When I tried to send $1 equivalent of Bitcoin using the Coinbase API I get this error:
ClientError [ValidationError]: Amount is below the minimum (0.0001 BTC) required to send on-blockchain.
How is it possible to enable microtransactions with Bitcoin? I want users to be able to trade in game items under 1 dollar (Coinbase's daily limit per user). I understand this restriction is due to transaction fees, but I know apps exist like Bitcoin Blast, where users are regularly awarded miniscule amounts of Bitcoin.
How do you think they do it? What could be a solution for using microtransactions with Coinbase API?