Skip to main content
GET
Get Transaction

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

Path Parameters

transactionId
string
required

The transaction ID

Response

Successful response

id
string
required
walletId
string
required
type
enum<string>
required
Available options:
deposit,
withdrawal,
transaction
amount
number
required
currency
string
required
status
enum<string>
required
Available options:
pending,
ok,
failed,
canceled
createdAt
updatedAt
timestamp
direction
enum<string> | null
Available options:
in,
out,
null
feeCost
number | null
feeCurrency
string | null
amountInFiat
number | null
feeInFiat
number | null
fiatCurrency
enum<string> | null
Available options:
USD,
EUR,
null
addressTo
string | null
address
string | null
network
string | null
addressFrom
string | null
hash
string | null
contractAddress
string | null
tag
string | null
exchange
string | null
rawResponse
any