Deposit Token

deposit

GET https://cryptotalk-public-gateway-1may-byeii62k.de.gateway.dev/bsc/bunny/deposit

Query Parameters

Name
Type
Description

key

string

API Key AIzaSyCngkz41JSdBMlr4iKqAMLiTMHD9TfQvuc

gas

number

If not provide, default value of 5 is assume

amount

number

Amount of token to de deposited. ex - to deposit 5.4 CAKE token, send 5.4

pooladdr

string

pool address

addr

string

user wallet address

{
  "isError": false,
  "errorMsg": "",
  "data": {
    "from": "0xe07b4a443253b437881b5ca91060ad5673e14d22",
    "value": "0x0",
    "to": "0xedfcb78e73f7ba6ad2d829bf5d462a0924da28ed",
    "data": "0xb6b55f2500000000000000000000000000000000000000000000000010a741a462780000",
    "nonce": "0x87",
    "gasLimit": "0x388bb",
    "gasPrice": "0x12a05f200"
  }
}

Last updated

Was this helpful?