Static Wallets List
Last updated
Last updated
Use this endpoint to retrieve a list of static addresses associated with a specific business. The list can be filtered by various criteria, such as trackId, address, network, email and orderId. Pagination is also available to fetch the results in smaller sets.
POST
https://api.oxapay.com/merchants/list/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.
Now you have the example code snippets in cURL, PHP, Node.js, and Python for making a request to the Static Wallets List endpoint.
merchant*
String
Your merchant API key for authentication and authorization.
trackId
integer
Filter payments by a specific invoice ID.
page
integer
The page number of the results you want to retrieve. Possible values: from 1 to the total number of pages - default 1.
size
integer
Number of records to display per page. Possible values: from 1 to 200. Default: 1.
network
string
Filter payments by the expected blockchain network for the specified crypto currency.
address
string
Filter payments by the expected address. It’s better to filter static addresses.
string
Filter payments by the email.
orderId
string
Filter payments by a unique order ID for reference.