Yuki Litepaper
Bringing Digital assets to Billions of People
We are a Web3 Infrastructure as a service company, fusing high-tech with institutional-grade finance to usher in a new era of financial products for Africa. We make it easy for partners to white-label our API to create their products and offer digital asset services without taking asset custody or disrupting their existing business flow/UX.
The future of global finance lies in the power of decentralized Access control. Yuki’s ambition is to advance decentralization in all the right ways, and we are guided by this principle.
// S import requests
import json
url = "https://api.yuki.click./mpc/public-keys"
payload = json.dumps({
"assetAccountId": "",
"externalId": "test id",
"groupSize": 5,
"groupThreshold": 3,
"isEddsa": False,
"tags": []
})
headers = {
'Authorization': 'Bearer ACCESS_TOKEN',
'Content-Type': 'application/json'
}
response = requests.request("POST", url, headers=headers, data=payload)
ome codeLast updated
Was this helpful?