Create fees
Post fees to given account
This operation will create a fee (transaction) given accountId
post/v3/account/{accountId}/fee
Path parameters
accountIdstring biginteger required
The account id to post fees to
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"currency": "EUR"
}Response
Successful creation of the product
Changes
No recorded changes to this endpoint across all 1 revision of this API.