Wallet
Create wallet
Path:
/api/v1/wallet
Method:
Post
Content-type:
Json
Parameters:
wallet_index<int> index of the wallet
Response:
code<int> response codemessage<string> response message
List wallets
Path:
/api/v1/wallet
Method:
Get
Content-type:
Json
Parameters:
wallet_index<int> wallet index
Response:
code<int> response codemessage<string> response messagedata<json object array>network<string> which blockchainaddress<string> on-chain addresspublic_key<string> public key of the address
Last updated