Skip to content

Instantly share code, notes, and snippets.

@freewil
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freewil/c97ae1df24ba722e71e1 to your computer and use it in GitHub Desktop.
Save freewil/c97ae1df24ba722e71e1 to your computer and use it in GitHub Desktop.
example output from GET https://bitme.com/rest/transactions/BTC
{
"transactions": [
{
"id": "3",
"transaction_type_cd": "CREDIT",
"transaction_category_cd": "BITCOIN",
"currency_cd": "BTC",
"amount": "100.00000000000000000000",
"transaction_status_cd": "CLEARED",
"created": "2014-08-13T20:33:47.701Z",
"cleared": "2014-08-13T20:33:47.701Z",
"bitcoin": {
"txid": "d62190480e6cafa1276493c15f0af6126d35f5bceeaca1e5b5b5274b28398068",
"block_hash": "0000700f3f2654c1258677e5f5ddd059839981b5b58a887f0211073c4f4ff0ed"
}
},
{
"id": "16",
"transaction_type_cd": "CREDIT",
"transaction_category_cd": "ORDER_ESCROW",
"currency_cd": "BTC",
"amount": "10.00000000000000000000",
"transaction_status_cd": "PENDING",
"created": "2014-08-13T20:33:47.701Z",
"cleared": null
},
{
"id": "30",
"transaction_type_cd": "CREDIT",
"transaction_category_cd": "ORDER_ESCROW",
"currency_cd": "BTC",
"amount": "2.37682310000000000000",
"transaction_status_cd": "PENDING",
"created": "2014-08-13T20:33:47.701Z",
"cleared": null
},
{
"id": "31",
"transaction_type_cd": "DEBIT",
"transaction_category_cd": "WITHDRAW_FEE",
"currency_cd": "BTC",
"amount": "0.00010000000000000000",
"transaction_status_cd": "CLEARED",
"created": "2014-08-13T20:33:47.701Z",
"cleared": "2014-08-13T20:33:47.701Z"
},
{
"id": "32",
"transaction_type_cd": "DEBIT",
"transaction_category_cd": "BITCOIN",
"currency_cd": "BTC",
"amount": "5.00000000000000000000",
"transaction_status_cd": "PENDING",
"created": "2014-08-13T20:33:47.701Z",
"cleared": null,
"bitcoin": {
"txid": null,
"block_hash": null
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment