Josema
1
Hi, will be implemented an endpoint that send/broadcast a transaction via API with Cardano explorer?
Example:
UI: https://insight.bitpay.com/tx/send
API: https://insight.bitpay.com/api/tx/send
p-alik
2
actually you don’t need any endpoint for that. You can use a HTTP-Client of your choice for that purpose.
Josema
3
HTTP-Client for what server/node? Keep in mind that I don’t want to use a server or a my own node for this.
p-alik
4
API server is within your running node.
You can use a HTTP-Client to connect to it.
Here some samples:
More comprehensive post:
1 Like
Josema
5
I don’t want to use my own node. My app is serverless.