Express API Reference Updates for Accuracy

Docs

  1. Updated note in Update Liminal Express guide (v1 and v2).
  2. The following API references are updated in Express SDK:
    1. Create a hot wallet API v2: Changed the data type of the walletVersion keyword from String to Integer.
    2. Create a watch-only wallet v2: Updated request parameter descriptions.
    3. Create transaction requests v2: Updated tokenOptions object description and the accepted coin values.
    4. Consolidate wallet assets API v2:
      1. Updated accepted coins values.
      2. Removed the allTokens and allAssets body parameter variables from the consolidateOptions object across all use cases.
      3. Removed the consolidate-all-tokens-for-non-UTXO-chains use case as it is not supported anymore.
      4. Added note regarding API rate limit.
    5. Import addresses into a Watch-Only Wallet v2: Updated the response parameter data type of addressesImported and addressesSkipped from String to Integer.
    6. Retrieve all transactions by status API v2: Updated the responses (API 200 OK Success, 400 Bad Request) and accepted coins values .
    7. Retrieve a list of wallets API v2: Updated the responses parameters and accepted coin values.
    8. Retrieve an address balance API v2: Updated the valid use cases and accepted coins values.
    9. Retrieve a wallet balance API v2: Updated accepted coins values.
    10. Retrieve a wallet API v2: Updated accepted coins values.
    11. Resend EVM-chain transactions v2: Updated accepted coins values.
    12. Submit a transaction API v2: Updated accepted coins values.
    13. Retrieve hot wallet transactions v2: Updated the responses parameters and accepted coin values.
    14. Retrieve pending transactions v2: Updated the responses parameters and accepted coin values.
    15. Added note for Rescan API v1 and v2.