Ghost Key
POST /outputs
Get one-time user keys to transfer assets from Mixin mainnet address to Mixin User.
Endpoint URL
https://api.mixin.one/outputs
Payload
[{
"receivers": "Array of users' id.",
"index": "Output index.",
"hint": "Unique ghosts generated for users.",
}],
Example request
curl -i -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" https://api.mixin.one/outputs --data PAYLOAD
Response
{
"data": [{
"type": "ghost_key",
"mask": "ab56be4cxxxx244f9a433f35",
"keys": ["ab56be4cxxxx244f9a433f35"]
},
...
]
}