API - Bitvolo Web Services

list_completed_transactions

Description:

Lists all completed transactions that were created within given time period. A maximum of 500 transactions will be listed. For further items use the 'page' parameter

Input:

start_time DateTime required
Start of time period
end_time DateTime required
End of time period
sort_reverse bool optional
If true, the ordering will be reversed (descending order)
page int optional
Zero-based page number. The default is 0. Each page lists max 500 transactions
language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key - Click here to get your key. If your API key uses a hash key, you must also include the parameters hash_key and hash_timestamp.

Output:

results array
Array whose items are named arrays with the following keys: transaction_id, reference_number, hash, coin, address, is_completed, total_amount, amount_sent, requested_currency, requested_amount, creation_time, confirmation_time, ipn_time, ipn_url, ipn_response_text, ipn_response_code

API playground:

Click here to test this function in the API playground.