List Balance History
| 1 | get_balance_history(currency_code = "JPY", count = 100, before = 0, after = 0)
 | 
| currency_code | Specify a currency code. If omitted, the value is set to JPY. | 
| count | Specifies the number of results. If this is omitted, the value will be 100. | 
| before | Obtains data having an id lower than the value specified for this parameter. | 
| after | Obtains data having an id higher than the value specified for this parameter. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.