Cardano
Last updated
Last updated
If you want to get UTxO information for testing out APIs, you can find the UTxO information from various wallet interfaces:
If you want wallet UTxO information programmatically, the UTxO type accepted by our APIs is identical to the Mesh type (Typescript SDK) and other SIDAN Lab tool chains:
If you use an SDK like Mesh, there are utility functions to get address information directly to the type. Alternatively, you can directly use several Cardano service providers like Blockfrost or Maestro and parse the return type to the one compatible to our API request schema.
For interacting with DeltaDeFi APIs, we suggest signing the Cardano transactions through our DeltaDeFi SDKs, which are built on top of the Mesh and SIDAN Lab open source tool chain.
For signing the transaction with your trade key, you first obtain the encrypted key with your API Key then decrypt it to the private key so that you can use the same tool chain above to perform transaction signing.