diff --git a/resources/fees/get-erc20-offchain-fee/README.md b/resources/fees/get-erc20-offchain-fee/README.md index b3fc7cc..db59828 100644 --- a/resources/fees/get-erc20-offchain-fee/README.md +++ b/resources/fees/get-erc20-offchain-fee/README.md @@ -20,7 +20,7 @@ GET api/v3/user/offchainFee ## Request -
Field | Description | Example | Type | Required |
---|---|---|---|---|
accountId | Account ID | 10110 | integer | Y |
requestType | Off-chain request type Allowable : ['0:ORDER', '1:OFFCHAIN_WITHDRAWAL', '2:UPDATE_ACCOUNT', '3:TRANSFER', '4:FAST_OFFCHAIN_WITHDRAWAL', '5:OPEN_ACCOUNT', '6:AMM_EXIT', '7:DEPOSIT', '8:AMM_JOIN', '15:TRANSFER_AND_UPDATE_ACCOUNT'] | 1 | integer | Y |
tokenSymbol | (Optional)The token symbol, needed when requestType is 1 or 4 | "LRC" | string | N |
amount | (Optional) The amount to withdraw | "10000000000000" | string | N |
Field | Description | Example | Type | Required |
---|---|---|---|---|
accountId | Account ID | 10110 | integer | Y |
requestType | Off-chain request type Allowable : ['0:ORDER', '1:OFFCHAIN_WITHDRAWAL', '2:UPDATE_ACCOUNT', '3:TRANSFER', '4:FAST_OFFCHAIN_WITHDRAWAL', '5:OPEN_ACCOUNT', '6:AMM_EXIT', '7:DEPOSIT', '8:AMM_JOIN', '11:NFT_TRANSFER', '15:TRANSFER_AND_UPDATE_ACCOUNT'] | 1 | integer | Y |
tokenSymbol | (Optional)The token symbol, needed when requestType is 1 or 4 | "LRC" | string | N |
amount | (Optional) The amount to withdraw | "10000000000000" | string | N |