api_key
parameter.https://api.mixero.io/coinjoin
Endpoint: ?generate_api_key
Method: GET
Usage: https://api.mixero.io/coinjoin?generate_api_key
Parameters: None required.
Response:
api_key
and 'success' => true
.{'success' => false, 'error' => 'Failed to generate API key'}
.Endpoint: ?create_order
Method: GET
Usage: https://api.mixero.io/coinjoin?create_order&api_key=your_api_key&other_parameters...
Parameters:
api_key
(string): API key for authentication.percentage_fees
(float): Fee percentage, between 0.7 and 4.7.delay
(int): Delay in hours, between 0 and 168.destination_address_1 ... destination_address_5
(string): Destination addresses.percentage_1 ... percentage_5
(float): Percentages corresponding to addresses, totaling 100%.Response:
order_id
, deposit_address
, destination_addresses
, percentage_fees
, percentages
, delay
as a future timestamp indicating the exact time when the order will be processed, and success
.Endpoint: ?lookup
Method: GET
Usage: https://api.mixero.io/coinjoin?lookup&order_id=order_id_value&api_key=your_api_key
Parameters:
api_key
(string): API key for authentication.order_id
(string): Order ID for retrieval.Response:
Endpoint: ?letter
Method: GET
Usage: https://api.mixero.io/coinjoin?letter&order_id=order_id_value&api_key=your_api_key
Parameters:
api_key
(string): API key for authentication.order_id
(string): Order ID to get the letter of guarantee.Response:
?create_order
with all required parameters.?lookup
with the order_id
to get details about the order.?letter
.Our API enforces a rate limit to ensure optimal performance and fair usage for all users. Each API key is allowed a maximum of 150 requests per day. If you exceed this limit, you will receive an error message indicating that the rate limit has been exceeded.
api_key
parameter.https://api.mixero.io/advanced
Endpoint: ?generate_api_key
Method: GET
Usage: https://api.mixero.io/advanced?generate_api_key
Parameters: None required.
Response:
api_key
and 'success' => true
.{'success' => false, 'error' => 'Failed to generate API key'}
.Endpoint: ?create_order
Method: GET
Usage: https://api.mixero.io/advanced?create_order&api_key=your_api_key&other_parameters...
Parameters:
api_key
(string): API key for authentication.percentage_fees
(float): Fee percentage, between 1.9 and 4.7.destination_address
(string): Destination addresses.Response:
order_id
, deposit_address
, destination_address
, percentage_fees
and success
.Endpoint: ?lookup
Method: GET
Usage: https://api.mixero.io/advanced?lookup&order_id=order_id_value&api_key=your_api_key
Parameters:
api_key
(string): API key for authentication.order_id
(string): Order ID for retrieval.Response:
Endpoint: ?letter
Method: GET
Usage: https://api.mixero.io/advanced?letter&order_id=order_id_value&api_key=your_api_key
Parameters:
api_key
(string): API key for authentication.order_id
(string): Order ID to get the letter of guarantee.Response:
?create_order
with all required parameters.?lookup
with the order_id
to get details about the order.?letter
.Our API enforces a rate limit to ensure optimal performance and fair usage for all users. Each API key is allowed a maximum of 150 requests per day. If you exceed this limit, you will receive an error message indicating that the rate limit has been exceeded.