Validates a burn rune transaction using the provided transaction ID.
The transaction ID to validate.
1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
POST /tokenpay/validate-burn-rune-tx HTTP/1.1 Host: api.ordinalsbot.com Content-Type: application/json Accept: */* Content-Length: 73 { "id": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef" }
Successfully validated the transaction.
{ "valid": true }