Mixero API Documentation

COINJOIN

Overview

Base URL

https://api.mixero.io/coinjoin

Endpoints

1. Generating an API Key (generate_api_key)

Endpoint: ?generate_api_key

Method: GET

Usage: https://api.mixero.io/coinjoin?generate_api_key

Parameters: None required.

Response:

2. Create Order (create_order)

Endpoint: ?create_order

Method: GET

Usage: https://api.mixero.io/coinjoin?create_order&api_key=your_api_key&other_parameters...

Parameters:

Response:

3. Lookup Order (lookup)

Endpoint: ?lookup

Method: GET

Usage: https://api.mixero.io/coinjoin?lookup&order_id=order_id_value&api_key=your_api_key

Parameters:

Response:

4. Letter of Guarantee (letter)

Endpoint: ?letter

Method: GET

Usage: https://api.mixero.io/coinjoin?letter&order_id=order_id_value&api_key=your_api_key

Parameters:

Response:

Typical Usage Flow

Error Handling

Limitation

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.


ADVANCED

Overview

Base URL

https://api.mixero.io/advanced

Endpoints

1. Generating an API Key (generate_api_key)

Endpoint: ?generate_api_key

Method: GET

Usage: https://api.mixero.io/advanced?generate_api_key

Parameters: None required.

Response:

2. Create Order (create_order)

Endpoint: ?create_order

Method: GET

Usage: https://api.mixero.io/advanced?create_order&api_key=your_api_key&other_parameters...

Parameters:

Response:

3. Lookup Order (lookup)

Endpoint: ?lookup

Method: GET

Usage: https://api.mixero.io/advanced?lookup&order_id=order_id_value&api_key=your_api_key

Parameters:

Response:

4. Letter of Guarantee (letter)

Endpoint: ?letter

Method: GET

Usage: https://api.mixero.io/advanced?letter&order_id=order_id_value&api_key=your_api_key

Parameters:

Response:

Typical Usage Flow

Error Handling

Limitation

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.