Generate Static Address2
Authentication
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"track_id": "string, // Unique identifier for each payment session in the OxaPay payment gateway. It can be used to query the payment status and generate reports.
"network": string, // The blockchain network where the cryptocurrency payment is expected to be received (e.g., "Bitcoin Network").
"address": string, // The generated cryptocurrency address where the payer should send the payment.
"qr_code": string, // URL to a QR code image containing the cryptocurrency address and payment amount for easier transactions.
"date": integer // Timestamp (UNIX epoch) indicating when the static payment address was created.
}
"message": string, // A message containing additional information about the result of the request.
"error": {
"type": string,
"key": string,
"message": string
} || {}, // An object that provides details about any errors that occurred.
"status": integer, // The status of the request response. Typically provided as a numeric code (e.g., 200 for success or other codes for errors).
"version": string // The version of the API being used.
}API Request Sample Codes
API Response Example
Last updated