improved

Crypto Prefund APIs

Changes

  • Deprecated Endpoint: /v2/prefunds/crypto-prefund (Wallet Address)
  • New Endpoint: /v2/prefunds/create-crypto-prefund

New Features in Create Crypto Prefund

  • Added new required parameters:
    • amount: Exact amount to be prefunded
    • sendersWalletAddress: Wallet from which assets will be sent
    • partnerId: Unique identifier for the order
    • balanceCurrency: Optional field to specify currency for storing balances (defaults to transfer currency)

Functional Updates

  • Expanded API capabilities for more detailed cryptocurrency prefund operations
  • Provides more granular control over prefund transactions
  • Supports specifying sender wallet and additional transaction metadata

Deprecation Notice

  • Previous "Crypto Prefund - Wallet Address" endpoint is marked as deprecated
  • Users should migrate to the new "Create Crypto Prefund" endpoint

Recommended Actions

  • Update API integration to use new endpoint
  • Implement additional required parameters