POST /ver1/loose_accounts
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
name | string | YES | ||
tokens[code] | array[string] | YES | ||
tokens[amount] | array[number] | YES | ||
include_in_summary | boolean | NO | (true) |
GET /ver1/loose_accounts/available_currencies
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
contains | string | NO | ||
limit | integer | NO | ||
offset | integer | NO |
PUT /ver1/loose_accounts/{account_id}
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
name | string | NO | ||
tokens[code] | array[string] | YES | ||
tokens[amount] | array[number] | YES | ||
include_in_summary | boolean | NO | ||
account_id | integer | YES |
{
id: 1
name: New Loose Account
created_at: 2021-07-08 08:08:08
updated_at: 2021-08-09 09:09:09
type: Accounts::LooseAccount
is_deleted: false
is_locked: false
}