Kaspa addresses

Get Full Transactions For Address

Get all transactions for a given address from database. And then get their related full transaction data

get/addresses/{kaspaAddress}/full-transactions

Path parameters

kaspaAddressstring required

Kaspa address as string e.g. kaspa:qqkqkzjvr7zwxxmjxjkmxxdwju9kjs6e9u82uh59z07vgaks6gg62v8707g73

Kaspa address as string e.g. kaspa:qqkqkzjvr7zwxxmjxjkmxxdwju9kjs6e9u82uh59z07vgaks6gg62v8707g73

Query parameters

limitinteger

The number of records to get

The number of records to get

offsetinteger

The offset from which to get records

The offset from which to get records

fieldsstring
resolve_previous_outpoints'no' | 'light' | 'full'

An enumeration.

Use this parameter if you want to fetch the TransactionInput previous outpoint details. Light fetches only the adress and amount. Full fetches the whole TransactionOutput and adds it into each TxInput.

Response

Successful Response

subnetwork_idstring
transaction_idstring
hashstring
massstring
payloadstring
block_hashstring[]
block_timeinteger
versioninteger
is_acceptedboolean
accepting_block_hashstring
accepting_block_blue_scoreinteger
accepting_block_timeinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.