跳转到主要内容
POST
/
v1
/
gateway
/
deposit
/
{walletId}
Master Wallet Deposit
curl --request POST \
  --url https://api.blockradar.co/v1/gateway/deposit/{walletId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "amount": "10"
}'
{
"message": "Gateway is not supported on optimism testnet",
"statusCode": 400
}

授权

x-api-key
string
header
必填

路径参数

walletId
string
必填
示例:

"YOUR_WALLET_ID"

请求体

application/json
amount
string
示例:

"10"

响应

200 - application/json

Deposit Succesfully / Blockchain not supported

data
object
message
string
示例:

"Deposit initiated successfully"

statusCode
number
示例:

200