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
Changes
No recorded changes to this endpoint across all 1 revision of this API.