post https://api.cryptway.io/v1/payments/cryptos/
This endpoint allows you to create a payment wallet for a specific cryptocurrency, with optional support for token payments.
How It Works
- When you call this endpoint, you’ll receive a payment address that your clients can use to send funds.
- If you provide a callback URL, our system will send a notification (webhook) to that URL once the payment has been confirmed on the blockchain.
- You can specify how many confirmations are required before the callback is triggered
- If a request with the same parameters (crypto, token, destination, callback, confirmations) has already been made, the existing address will be returned instead of generating a new one.
Important Notes
- Payments below the minimum will be ignored.
- This endpoint only supports payments for the cryptocurrency or token symbol you specify in the request.
- If you want to accept payments for multiple tokens or both the native cryptocurrency and its tokens, you need to create a separate payment address for each symbol by calling this endpoint multiple times.