GET v1/crypto-withdrawal-addresses
GET /v1/crypto-withdrawal-addresses
Get your account's withdrawal addresses.
Query Parameters:
| Name | Type | Description | Required |
|---|---|---|---|
| networkId | STRING | Network id of the address. | NO |
Response
- 200
[
{
"id": "ae2cd6d0fd7a4d41a05eb7c516811008",
"accountId": "6df05f44559f41b787a7acc97d7ac00d",
"networkId": "dd6002a153cd4017bd935fde5e8072a1",
"label": "Postman",
"address": "0xAe8B7e567c33935585990BDBaf7ad63AA6c658e4",
"memoTag": null,
"withdrawViaApi": true,
"createdAt": "2024-07-16T09:47:46.9269635",
"createdBy": "[email protected]",
"updatedAt": null,
"updatedBy": null
}
]