-
Notifications
You must be signed in to change notification settings - Fork 5
/
me.list_transactions.json
60 lines (59 loc) · 1.63 KB
/
me.list_transactions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"version": "1",
"success": true,
"data": {
"object": "list",
"data": [
{
"object": "transaction",
"id": "ce3982f5-4a27-498d-a91b-7bb2e2a8d3d1",
"from": {
"object": "transaction_source",
"address": "1e3982f5-4a27-498d-a91b-7bb2e2a8d3d1",
"amount": 1000,
"minted_token": {
"object": "minted_token",
"id": "BTC:xe3982f5-4a27-498d-a91b-7bb2e2a8d3d1",
"symbol": "BTC",
"name": "Bitcoin",
"subunit_to_unit": 100,
"metadata": {},
"encrypted_metadata": {},
"created_at": "2018-01-01T00:00:00Z",
"updated_at": "2018-01-01T00:00:00Z"
}
},
"to": {
"object": "transaction_source",
"address": "2e3982f5-4a27-498d-a91b-7bb2e2a8d3d1",
"amount": 1000,
"minted_token": {
"object": "minted_token",
"id": "BTC:xe3982f5-4a27-498d-a91b-7bb2e2a8d3d1",
"symbol": "BTC",
"name": "Bitcoin",
"subunit_to_unit": 100,
"metadata": {},
"encrypted_metadata": {},
"created_at": "2018-01-01T00:00:00Z",
"updated_at": "2018-01-01T00:00:00Z"
}
},
"exchange": {
"object": "exchange",
"rate": 1
},
"status": "confirmed",
"metadata": {},
"encrypted_metadata": {},
"created_at": "2018-01-01T00:00:00Z"
}
],
"pagination": {
"per_page": 10,
"current_page": 1,
"is_first_page": true,
"is_last_page": true
}
}
}