Create Deposit
Retrieve the deposit methods for an account, including crypto and bank transfer.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Body
Destination account ID or wallet address. Object form is supported for compatibility. Any business resolves by its account ID without authentication; a user account resolves only for that same authenticated user.
Amount to prefill on hosted deposit page.
Metadata to include with the deposit response.
Destination network override. Defaults to the destination wallet's own network.
ethereum, polygon, base, solana, null Response
deposit created
Account ID of the destination owner. Null for raw wallet address destinations.
URL of the hosted deposit page. Only present for business destinations.
Metadata from the request.
Available deposit methods for destination.
deposit Requested deposit amount.

