Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

PushRawTx android error. #16

@EnettyTech

Description

@EnettyTech

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions