All URIs are relative to https://localhost:9200/v1/vault-ethereum
Method | HTTP request | Description |
---|---|---|
transfer_eth | PUT /accounts/{account-name}/transfer | transfer ETH |
transferanerc20 | POST /accounts/{account-name}/erc20/transfer | transfer an erc20 |
transfer_eth(account_name, accept, x_vault_request, x_vault_token, body) transfer ETH
Name | Type | Description | Required | Notes |
---|---|---|---|---|
account_name | &str | [required] | ||
accept | &str | [required] | ||
x_vault_request | &str | [required] | ||
x_vault_token | &str | [required] | ||
body | Option<&str> | [required] |
(empty response body)
No authorization required
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
transferanerc20(account_name, accept) transfer an erc20
Name | Type | Description | Required | Notes |
---|---|---|---|---|
account_name | &str | [required] | ||
accept | &str | [required] |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]