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
}This endpoint allows you to initiate a gateway deposit.
| Key | Required | Type | Description |
|---|---|---|---|
| amount | true | string | The amount to be deposited. |
| reference | false | string | This would be the transaction reference |
| metadata | false | object | This would be atteched to the transaction payload |
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
}"YOUR_WALLET_ID"
"10"