Get static wallet
POST
https://app.thedex.cloud/api/v1/wallets/one
Headers
Name | Type | Description |
---|---|---|
X-EX-APIKEY* | String | Your API key |
X-EX-PAYLOAD* | String | Body to base64 |
X-EX-SIGNATURE* | String | Encrypted body with the secret key |
Request Body
Name | Type | Description |
---|---|---|
walletId* | String | The unique identifier of the requested wallet |
Response JSON attributes:
|
| Unique identifier of the created wallet |
|
| Cryptocurrency of the created wallet |
|
| Arbitrary identifier of the client |
|
| Success url to redirect customer after successful payment |
|
| Failure url to redirect customer after failed payment |
|
| Callback url to receive webhook about created invoices after successful / failed deposit of wallet |
|
| Generated crypto address for accepting payments |
|
| Minimum amount required to accept a payment |
|
| Indicates whether the wallet is active. |
|
| Pay url |
Request curl:
Last updated