Deposit
Deposit ERC20
- Endpoint: /deposit/depositERC20/{chainType}/{chainId}/{txid}
- Description: Used to import a deposit tx to bank
- Method:
GET - Params:
| Name | Type | Require? | Description |
|---|---|---|---|
chainType | EIP155,SOLANA | [x] | Type of chain |
chainId | string | [x] | ID of chain (https://chainlist.org) |
txid | string | [x] | TXID |
- Return Values:
JSON object
| Name | Type | Description |
|---|---|---|
status | bool | Status of request |
txid | string | TXID |