API - Bitvolo Web Services
get_transaction_info
Fetches information of a pending or completed transaction. You must pass one of the following parameters which identify the transaction: transaction_id, reference_number or hash.
 transaction_id string optional
Transaction ID
 reference_number string optional
Reference number (pass only if transaction_id is empty)
 hash string optional
Transaction hash (pass only if transaction_id is empty)
 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.
 transaction_id string
Transaction ID
 reference_number string
Reference number
 hash string
Transaction hash
 coin string
Coin
 address string
Receiving address
 is_completed bool
true if transaction is completed or false if pending
 total_amount float
Total amount requested (in given coin)
 amount_sent float
Amount sent
 requested_currency string
Currency in which the price was requested
 requested_amount float
Total amount requested (in requested_currency)
 ipn_response_code int
HTTP response code of the IPN callback script (200 = OK)
 ipn_response_text string
First characters of the IPN response
 ipn_url string
URL of the IPN callback script called
Time of the IPN call
Time when the transaction was crated
Time when the transaction was confirmed
Click here to test this function in the API playground.