Deposit URL
Get Deposit URL
Endpoint: POST /getDepositUrl
Description: Retrieves a deposit page URL where users can get addresses for multiple currencies.
Request Parameters:
identifier
string
Yes
UserID or similar identifier
referenceId
string
No
Optional reference ID to identify the deposit order
Response:
{
"url": "string"
}
Get Deposit URL With Requested Value
Endpoint: POST /getDepositUrlWithRequestedValue
Description: Retrieves a deposit page URL with a requested value. The first deposit matching the requested value triggers the referenceId
. Other deposits trigger callbacks without the referenceId
.
Request Parameters:
identifier
string
Yes
UserID or similar identifier
referenceId
string
Yes
Reference ID to identify the deposit order
requestedAmount
string
Yes
Requested amount (as a string to avoid precision issues)
Response:
{
"url": "string"
}
Last updated
Was this helpful?