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 3b7464c commit d91914d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
25 changes: 21 additions & 4 deletions source/api/basic-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ User
{
}

Address
-------
Address Batch
-------------

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

Returns a batch of receiving addresses.

Expand All @@ -43,8 +43,25 @@ Address
}

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

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

Address History
---------------

**GET /api/v1/open/address/history/** *(int: path)*

Returns history addresses of certain path.

**Example response**::

{
}

**Parameters**:
* ``path`` *(required)* *(int)* - path for receiving or change addresses.

.. note:: path 0 means receiving addresses, and path 1 means change addresses.


1 change: 1 addition & 0 deletions source/chaincloud-v/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ ChainCloud-V
:maxdepth: 2

what-is-v-device.rst
sms-verification.rst

12 changes: 12 additions & 0 deletions source/chaincloud-v/sms-verification.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _sms-verification:

********************************************************************************
SMS Verification
********************************************************************************

V Device can interact verifaction data with ChainCloud's Cold HSM (Hardware Security Machine) through SMS messages.

Hello
================================================================================
Hello

0 comments on commit d91914d

Please sign in to comment.