MNEE API
Welcome to the MNEE API Reference! This section provides detailed information about the available methods, parameters, and responses for interacting directly with the MNEE API. The API is designed to be intuitive and easy to use, allowing you to manage and take full control of your integration.
Notice that you can click "Test It" on the right side of the api docs. Once the testing interface opens, you can switch between the sandbox endpoint and the production endpoint by clicking the URL up top.
You will need to enter your API KEY for the auth_token
Gather a list of all MNEE transactions
Min score
Maximum number of transactions to return
1000Signed transactions
Bad Request
Gather a list of all MNEE transactions for a batch of addresses
Maximum number of transactions to return per address (defaults to 0, which returns all transactions)
0Sync Order
Signed transactions
Bad Request
Validates and transfers mnee transactions. Returns a ticket ID for tracking the transaction.
base64 stringTransfer submitted successfully. Returns ticket ID for tracking.
Ticket ID for tracking the transfer transaction
a1b2c3d4-e5f6-7890-abcd-ef1234567890Bad Request
Internal Server Error
Returns the array of unspent utxos
Default: 1
1Default: 10
10Sync Order
Addresses to lookup for utxos
OK
Bad Request
Internal Server Error
Accepts a list of addresses and returns their balances.
List of addresses
Balances result
Invalid JSON payload
Method Not Allowed
Last updated