Makes a call to deposit a provided amount of collateral to the on-chain Endpoint contract via the SDK.
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.spot.deposit(...);