Get mock USDX (testnet only)

Get mock USDX

post

Get mock USDX

Body
quantityintegerRequired
wallet_addressstringRequired
Responses
200
OK
application/json
post
POST /app/mock-usdx HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 254

{
  "input_utxos": [
    {
      "input": {
        "output_index": 1,
        "tx_hash": "text"
      },
      "output": {
        "address": "text",
        "amount": [
          {
            "quantity": "text",
            "unit": "text"
          }
        ],
        "data_hash": "text",
        "plutus_data": "text",
        "script_hash": "text",
        "script_ref": "text"
      }
    }
  ],
  "quantity": 1,
  "wallet_address": "text"
}
{
  "signed_tx": "text",
  "tx_hash": "text"
}

Last updated