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/e8f142315e8f4a0269e4 to your computer and use it in GitHub Desktop.
Save freewil/e8f142315e8f4a0269e4 to your computer and use it in GitHub Desktop.
example output from GET https://bitme.com/rest/transactions/USD
{
"transactions": [
{
"id": "4",
"transaction_type_cd": "CREDIT",
"transaction_category_cd": "WIRE_US",
"currency_cd": "USD",
"amount": "100000.00000000000000000000",
"transaction_status_cd": "CLEARED",
"created": "2014-08-13T20:33:47.701Z",
"cleared": "2014-08-13T20:33:47.701Z"
},
{
"id": "5",
"transaction_type_cd": "DEBIT",
"transaction_category_cd": "ORDER_ESCROW",
"currency_cd": "USD",
"amount": "5677.20000000000000000000",
"transaction_status_cd": "CLEARED",
"created": "2014-08-13T20:33:47.701Z",
"cleared": "2014-08-13T20:33:47.701Z"
},
{
"id": "17",
"transaction_type_cd": "DEBIT",
"transaction_category_cd": "ORDER_ESCROW",
"currency_cd": "USD",
"amount": "1342.97900000000000000000",
"transaction_status_cd": "CLEARED",
"created": "2014-08-13T20:33:47.701Z",
"cleared": "2014-08-13T20:33:47.701Z"
},
{
"id": "21",
"transaction_type_cd": "DEBIT",
"transaction_category_cd": "ORDER_ESCROW",
"currency_cd": "USD",
"amount": "4307.33200000000000000000",
"transaction_status_cd": "PENDING",
"created": "2014-08-13T20:33:47.701Z",
"cleared": null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment