Api deposit request
GRVT runs on a ZKSync Hyperchain which settles directly onto Ethereum.
To Deposit funds from your L1 wallet into a GRVT SubAccount, you will be required to submit a deposit transaction directly to Ethereum.
GRVT's bridge verifier will scan Ethereum from time to time. Once it receives proof that your deposit has been confirmed on Ethereum, it will initiate the deposit process.
This current payload is used for alpha testing only.
NameLite |
Type | RequiredDefault |
Description |
|---|---|---|---|
to_account_idta |
string | True | The main account to deposit into |
currencyc |
Currency | True | The token currency to deposit |
num_tokensnt |
string | True | The number of tokens to deposit, quoted in token_currency decimals |
Currency
The list of Currencies that are supported on the GRVT exchange
| Value | Description |
|---|---|
USD = 1 |
the USD fiat currency |
USDC = 2 |
the USDC token |
USDT = 3 |
the USDT token |
ETH = 4 |
the ETH token |
BTC = 5 |
the BTC token |