June 11th, 2024

Programmable Wallets is now available on Solana. To see what's available, see the Solana vs EVM Chains guide.

Added

  • Added enum values SOL and SOL-DEVNET to the blockchain request and response fields for the following APIs:
    • POST /faucet/drips API
    • POST /developer/wallets API
    • POST /user/wallets API
    • GET /wallets API
    • GET /transactions API
    • POST /transactions/validateAddress API
    • POST /user/initialize API
    • GET /config/entity/monitoredTokens API

Updated

  • Description of fee parameters for Solana use case.
  • Description of AccountType for Solana use case.
  • Fixed blockchain request field to be string enum for the following APIs:
    • POST /user/transactions/transfer API
    • POST /developer/transactions/transfer API
    • POST /transactions/transfer/estimateFee API