Skip to main content

Transaction

L1 Transaction

type Transaction {
txid: ID!
network: NetworkName!
amountTransacted: Float!
}

Fields

Transaction.txid ● ID! non-null scalar

ID of the transaction

Transaction.network ● NetworkName! non-null enum

Transaction.amountTransacted ● Float! non-null scalar

Transaction's total amount transacted.

[LocalDenomination] can be used to change the result precision. By default, the denomination is [LocalDenomination::Bitcoin].

Member Of

Block

object

Coinweb © 2024