Skip to main content

GET v1/crypto-deposit-addresses

GET /v1/crypto-deposit-addresses

Get your account's deposit addresses.

Query Parameters:

NameTypeDescriptionRequired
networkIdSTRINGNetwork id of the address.NO

Response

[
{
"id": "8cd8b67260e04e528bd5a7feb5a6e445",
"networkId": "6e1d59769085425fba7e307f3885a215",
"accountId": "6df05f44559f41b787a7acc97d7ac00d",
"address": "0x9C1701E051eF94616535a8C02E4d013D134dA276",
"memoTag": null,
"createdAt": "2024-07-16T09:31:38.6580079",
"createdBy": "[email protected]",
"updatedAt": null,
"updatedBy": null
},
...
]