Skip to content

Bitcoin List Transactions

Xenland edited this page Dec 5, 2012 · 9 revisions

Back to API Call Index

Purpose

This function will return the array of transactions according to the in-putted criteria(or the fall-back default ones)

Parameter(s)

This function takes three functions which are account, count, from all which are optional and fall-back on predefined default settings. Which are: account='*', count=9999999999999, from=0

Output | Array

This function outputs an array this array will output return_status and transaction_list.

return_status

  • Type: Integer

-1 = Failure to generate address

1 = Success

100 = Failure to connect to Bitcoin client


transaction_list

  • Type: Array

if return_status is equal to one (1) this variable will be an array of transactions

Example Code in PHP

A link will be put here to refer to the appropriate example script.