v8

OpenAPI 3.1.02026-08-033623795.0 MB
Deposits

Create Deposit

Retrieve the deposit methods for an account, including crypto and bank transfer.

post/deposits

Headers

Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383

A unique key that makes this request safe to retry. See Idempotent requests.

Request body

amountnumber

Amount to prefill on hosted deposit page.

metadataobject

Metadata to include with the deposit response.

network'ethereum' | 'polygon' | 'base' | 'solana' | 'null' nullable

Destination network override. Defaults to the destination wallet's own network.

Response

deposit created

account_idstring nullable required

Account ID of the destination owner. Null for raw wallet address destinations.

amountstring

Requested deposit amount.

hosted_urlstring nullable required

URL of the hosted deposit page. Only present for business destinations.

metadataobject required

Metadata from the request.

object'deposit' required