POST v1/crypto-deposit-addresses
POST /v1/crypto-deposit-addresses
Create a deposit address for your account.
Body Request:
| Name | Type | Description | Required |
|---|---|---|---|
| networkId | STRING | Network id of the address. | YES |
| createdBy | STRING | Who created the request. | YES |
Response
- 201
{
"id": "a88d440da01c4333a5ebcf7b7a2c91bd",
"networkId": "e0ce232b7ced4cc288c35e81a73dc7f6",
"accountId": "6df05f44559f41b787a7acc97d7ac00d",
"address": "9wPHEDPGKdV2ssxHgH38mSuaK8uQkd6J6mqkLFiAWgZR",
"memoTag": null,
"createdAt": "2024-08-05T10:01:29.2375549Z",
"createdBy": "[email protected]",
"updatedAt": null,
"updatedBy": null
}