Saltar al contenido principal
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
}

Autorizaciones

x-api-key
string
header
requerido

Parámetros de ruta

walletId
string
requerido
Ejemplo:

"YOUR_WALLET_ID"

Cuerpo

application/json
amount
string
Ejemplo:

"10"

Respuesta

200 - application/json

Deposit Succesfully / Blockchain not supported

data
object
message
string
Ejemplo:

"Deposit initiated successfully"

statusCode
number
Ejemplo:

200