Creating Static Wallet
Last updated
Last updated
You can create a static address in a specific currency and network using this endpoint. The static address will be associated with a unique trackId, and if a callbackUrl
is set, your server will be notified of any payments received to that address. This allows you to receive transactions to the static address regardless of the amount and time.
Please note that static addresses with no transactions for six months will be revoked.
POST
https://api.oxapay.com/merchants/request/staticaddress
Name | Type | Description |
---|---|---|
Please note that a successful request will return a result code 100. In case of any issues or validation problems, refer to the corresponding result codes for further details.
Please note that you need to replace YOUR_MERCHANT_API_KEY
with your actual merchant API key in the code snippets.
merchant*
string
Your merchant API key for authentication and authorization.
callbackUrl
string
The URL where payment information will be sent. Use this to receive notifications about payments made to the static address.
network
string
The blockchain network on which the static address should be created. If not specified, the default network will be used.
currency*
string
The specific currency for which you want to create a static address.
string
Provide the payer's email address for reporting purposes.
orderId
string
Specify a unique order ID for reference in your system.
description
string
Provide order details or any additional information that will be shown in different reports.