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>", "user_token_account": "<string>" } }'
"AQAAAAAAAAAAAAAAAAAA...JAwAGDQoBEBETBBIUFgwPCwcVAggJB0BCDwAAAAAAAA=="
Deposit transaction prepared successfully
The response is of type string.
string
Was this page helpful?