You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
let request = await fetch('https://api.cryptoapis.io/v1/bc/btc/testnet/txs/send/"', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-API-Key': 'xxxx'
},
body: JSON.stringify({"hex":tx})
});
let data = await request.json();
return data``
I try send transaction, ios working, but on android return error unexpected end of json.
Check status code: 308