improved
Crypto Prefund APIs
8 days ago by Shubham Nagota
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 prefundedsendersWalletAddress
: Wallet from which assets will be sentpartnerId
: Unique identifier for the orderbalanceCurrency
: 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