v1
latestOpenAPI 3.0.02026-07-2656110201.6 KBDeposits
Create a Deposit
Creates a new deposit. A deposit can be configured with optional payment methods (card payments, wallet connect, manual transfer) and notification settings. The request must include exactly one currencyId in the currencyIds array.
post/v1/deposits/create/api-key
Query parameters
apiKeystring required
Your API key, which can be generated from the Helio Dashboard settings page.
Request body
Example request
{
"currencyIds": [
"63430c8348c610068bcdc482"
],
"disabledBlockchainSymbols": [
[
"SOL",
"BASE"
]
]
}Response
Deposit created successfully.
Example response
{
"disabledBlockchainSymbols": [
[
"SOL",
"BASE"
]
]
}