curl --request POST \
--url https://gateway.varchev.com/wallet/web3Transfer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"source": "<string>",
"destination": "kraken",
"currencyInstance": "tenant_web3",
"transferAmount": "<string>"
}'
curl --request POST \
--url https://gateway.varchev.com/wallet/web3Transfer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '{
"source": "<string>",
"destination": "kraken",
"currencyInstance": "tenant_web3",
"transferAmount": "<string>"
}'
The access token received from the authorization server in the OAuth 2.0 flow.
Tenant Id
Sample Payload
The body is of type object
.
Default response