Skip to main content
POST
Sync Blockchain Transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
hash
string
required

Blockchain transaction hash (TXID).

chain
string
required

Blockchain network.

Example:

"bitcoin"

Response

success
boolean
required
Example:

true

data
object
required