Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
bithernet committed Jul 28, 2016
1 parent 715a653 commit 3b7464c
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions source/api/basic-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,30 @@ Time
User
----

HTTP GET ``/api/v1/open/user``
**GET /api/v1/open/user**

Response:
Returns Current User's Information.

::
**Example response**::

{
}

Address
-------

**GET /api/v1/open/address/batch** *(int: batch)*

Returns a batch of receiving addresses.

**Example response**::

{
}

**Parameters**:
* ``batch`` *(required)* *(int)* - batch no.

.. note:: batch no begins from 0, and each batch has 1,000 addresses (address index begins from 0 too).

{}

0 comments on commit 3b7464c

Please sign in to comment.