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.

Imagine a world where everyone owns digital assets. We do. Mass adoption of Web3 is the end game, and we're building to serve the pioneers and visionaries keen to participate in the next evolution of mass crypto adoption.

// 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 code

Last updated

Was this helpful?