Wallet

Create wallet

Path:

/api/v1/wallet

Method:

Post

Content-type:

Json

Parameters:

  • wallet_index <int> index of the wallet

Response:

  • code <int> response code

  • message <string> response message

List wallets

Path:

/api/v1/wallet

Method:

Get

Content-type:

Json

Parameters:

  • wallet_index <int> wallet index

Response:

  • code <int> response code

  • message <string> response message

  • data <json object array>

    • network <string> which blockchain

    • address <string> on-chain address

    • public_key <string> public key of the address

Last updated