JavaScript
Deposits
Create Deposit
Resolves a deposit destination and returns the on-chain addresses that can fund it. No authentication is required; any business can be resolved by its account ID. A caller authenticated as a user can additionally resolve their own user account.
POST
JavaScript
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Maximum string length:
255Example:
"d9105228-4a08-46b1-8b91-42fed586d383"
Body
application/json
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.
Available options:
deposit Requested deposit amount.

