Static Address List
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.
GET
https://api.oxapay.com/v1/payment/static-address
Authentication
You must include the Merchant API Key in the request header to authenticate your access to the API.
merchant_api_key*
string
Your merchant API Key for authentication and authorization.
Request Params
track_id
integer
Filter addresses by a specific ID.
network
string
currency
string
Filter addresses by the expected currency.
address
string
Filter static addresses by the expected address. It’s better to filter static addresses.
have_tx
boolean
Filter the addresses that had transactions.
order_id
string
Filter addresses by a unique order ID for reference.
string
Filter addresses by the email.
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.
API Request Sample Codes
These example code snippets demonstrate how to request the "Static Address List" endpoint using different programming languages. You can customize the data parameters according to your specific requirements.
API Response Example
The response example above is provided to help you understand the format and structure of the response. If you have any further questions or need assistance, please feel free to contact to your account manager.
Last updated