For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send Transaction

This endpoint can be used to post a signed raw transaction to the Bitcoin network

post

Post transaction.

Authorizations
x-api-keystringRequired
Body
txstringRequired

Raw transaction hex to be posted to the Bitcoin network.

Responses
400

Default Response

application/json
post/v1/rpc/bitcoin/tx
POST /v1/rpc/bitcoin/tx HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 13

{
  "tx": "text"
}
{
  "error": {
    "message": "text",
    "code": 1
  }
}

Last updated