GET https://devs.ouya.tv/api/v1/gamers/me
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-wallet.rst
1 ==========================================
2 ``GET https://devs.ouya.tv/api/v1/wallet``
3 ==========================================
4
5 The the account balance and currency.
6
7
8 HTTP request
9 ============
10 Protocol
11   ``https``
12 Method
13   ``GET``
14 Host
15   ``devs.ouya.tv``
16 Path
17   ``/api/v1/wallet``
18 Headers
19   Standard headers
20 GET parameters
21   ``auth_token``
22     Same data as in standard header ``X-OUYA-AuthToken``
23
24
25 HTTP response
26 =============
27 Status code
28   ``200 OK`` 
29 Content type
30   ``application/json; charset=utf-8``
31
32 Example:
33
34 .. include:: api-v1-wallet.response.json
35    :code: