- Version of IKS.
- All keys managed by the keyserver.
- Add a key.
- Request body:
{ "name": "{name}", "password": "{password}", "mnemonic": "{mnemonic/empty}" }
- Details of one key.
- Update the password on a key.
- Request body:
{ "old_password": "{old_password}", "new_password": "{new_password}" }
- Delete a key.
- Request body:
{ "password": "{password}" }
- Sign a transaction.
- Request body:
{ "tx": "{tx_json}", "name": "{name}", "password": "{password}", "chain_id": "{chain_id}", "account_number": "{account_number}", "sequence": "{account_number}", }
- Generate a send transaction.
- Request body:
{ "sender": "{sender_address}", "reciever": "{reciever_address}", "amount": "{amount}", "chain_id": "{chain_id}", "memo": "{memo/empty}", "fees": "{fees}", "gas_adjustment": "{gas_adjustment/empty}" }
- Broadcast a signed transaction.
- Request body:
# Json of a signed transaction