Send Transaction
This endpoint can be used to post a signed raw transaction to the Bitcoin network
post
Post transaction.
Authorizations
Body
txstringRequired
Raw transaction hex to be posted to the Bitcoin network.
Responses
200
Default Response
application/json
400
Default Response
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
POST /v1/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"
}
{
"result": "text"
}
Last updated