Send/Broadcast tx endpoint in Cardano explorer api?

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

actually you don’t need any endpoint for that. You can use a HTTP-Client of your choice for that purpose.

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.

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

I don’t want to use my own node. My app is serverless.