Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Body
The information for evaluating Fee Station usage.
The request ID that is used to track a transaction request. The request ID is provided by you and must be unique within your organization.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The amount of tokens to be transferred in this request.
"100.5"
The token ID of the transferred token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens.
"ETH_USDT"
The estimated transaction fee required for this transfer, before applying any Fee Station rules.
"0.0021"
The blockchain address that initiates the transfer.
"0x1234567890abcdef1234567890abcdef12345678"
The wallet ID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Response
The request was successful.
The Fee Station usage evaluation result for the transfer request.
The token used to pay the gas fee for this specific transaction. You can retrieve the IDs of all supported tokens by calling List enabled tokens.
"ETH"
The Fee Station mode used for automatic gas payment:
FeeStation
: The client uses their own Fee Station balance to cover the gas fee.CoboOperationStation
: Cobo covers the gas fee on behalf of the client.
FeeStation
, CoboOperationStation
"CoboOperationStation"
Indicates whether Fee Station is applied for this transfer request.
true
If Fee Station is used, indicates whether its balance is sufficient to cover the required gas fee.
false
The current token balance available in Fee Station.
"0.0021"
The total gas amount required for this transfer request.
"0.0021"
Indicates whether USDT (U) sponsorship is applied when Fee Station balance is insufficient.
true
The amount of gas fee sponsored by USDT (U) when applicable.
"0.0021"