-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsells.json
66 lines (66 loc) · 1.82 KB
/
sells.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
61
62
63
64
65
66
{
"pagination": {
"ending_before": null,
"starting_after": null,
"previous_ending_before": null,
"next_starting_after": null,
"limit": 25,
"order": "desc",
"previous_uri": null,
"next_uri": null
},
"data": [
{
"id": "3d7daa23-f6fe-592a-b2aa-70f89aaa6506",
"status": "completed",
"transaction": {
"id": "d116c6e0-86a6-5fb1-a8d6-0f364f25f410",
"resource": "transaction",
"resource_path": "/v2/accounts/17804d27-4e3f-5169-8a48-3c4668a30f26/transactions/d116c6e0-86a6-5fb1-a8d6-0f364f25f410"
},
"user_reference": "QZ7YQH4A",
"created_at": "2021-01-17T17:21:28Z",
"updated_at": "2021-01-17T17:21:45Z",
"resource": "sell",
"resource_path": "/v2/accounts/17804d27-4e3f-5169-8a48-3c4668a30f26/sells/3d7daa23-f6fe-592a-b2aa-70f89aaa6506",
"payment_method": {
"id": "de88b426-9085-59d9-9164-67715b63a442",
"resource": "payment_method",
"resource_path": "/v2/payment-methods/de88b426-9085-59d9-9164-67715b63a442"
},
"committed": true,
"payout_at": "2021-01-17T17:21:42Z",
"instant": true,
"fee": {
"amount": "1.99",
"currency": "USD"
},
"amount": {
"amount": "12.0000",
"currency": "EOS"
},
"total": {
"amount": "30.92",
"currency": "USD"
},
"subtotal": {
"amount": "32.91",
"currency": "USD"
},
"unit_price": {
"amount": "2.74",
"currency": "USD",
"scale": 2
},
"idem": "1fe0b067-d962-4838-bf1e-a83726e31692",
"next_step": null
}
],
"warnings": [
{
"id": "invalid_version",
"message": "Please supply a valid API version in YYYY-MM-DD format",
"url": "https://developers.coinbase.com/api#versioning"
}
]
}