cURL
curl --request POST \ --url https://api.breeze.baby/deposit/tx \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "params": { "all": true, "amount": 1, "fund_id": "<string>", "payer_key": "<string>", "user_key": "<string>" } }'
{ "success": true, "result": "serialized_transaction" }
Returns serialized deposit transaction (with handling user account creation if needed) based on the parameters provided
Deposit transaction prepared successfully
The response is of type object.
object
Was this page helpful?