POST
/
v1
/
gateway
/
deposit
/
{walletId}
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
}

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required
Example:

"YOUR_WALLET_ID"

Body

application/json

Response

200 - application/json

Deposit Succesfully / Blockchain not supported

The response is of type object.