Skip to main content
GET
Get transaction by network and hash

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

network
string
required
hash
string
required

Response

200 - application/json

Transaction with full source data that matches the specified network and hash.

id
string
required
Example:

"3891709-0"

time
string
required
Example:

"2024-05-08T13:05:57.779Z"

height
string
required
Example:

"3891709"

hash
string
required
Example:

"8c288a1b3006b4c129af06c7603a6bb624a482d5dc1b7b4cf3791cb84ade3554"

success
boolean
required
Example:

true

types
string[]
required
Example:
signers
string[]
required
Example:
transfers
object
required

Information about the sender of the transfer

Last modified on July 8, 2026