Submittx

submit signed raw transaction hex to bitcoin network

post
Body
hexstringOptional

The transaction hex

Example: 02000000000102278718f8db50b78d8fd466e1c6a41155d36cb42563d51582b4eb26c8b550...
Responses
200
A successful response
application/json
post
POST /tokenpay/utils/submittx HTTP/1.1
Host: api.ordinalsbot.com
Content-Type: application/json
Accept: */*
Content-Length: 87

{
  "hex": "02000000000102278718f8db50b78d8fd466e1c6a41155d36cb42563d51582b4eb26c8b550..."
}
200

A successful response

{
  "txid": "f358178f7f72a07cb983da3b19097a5b8a8160b367609701d3d1c15e7f3147e4"
}