User
NOTE: This endpoint requires API key and request signing, for more information please refer to Authentication section.
Retrieve
GET https://api.tdax.com/users/:id
Request signing should be done by signing an emptry string.
Response
The API will return HTTP status 200 OK
upon successful retrieving, otherwise the status returned will be greater than 400
with the message indicating error.
The response will contain user information including wallets and their balances.
Example
GET https://api.tdax.com/users/c9becb58-83fe-4a82-8493-2f88b1d5cad7
{
"Balances": {
"BTC": 50463594,
"BTG": 1646759,
"ETH": 650751264925543173,
"KNC": 99000000001818181818,
"LTC": 348880000,
"NEO": 0,
"OMG": 167574958373413662496,
"RPX": 40432487178,
"THB": 51290,
"XZC": 239990000
},
"Email": "tdaxuser1@tdax.com",
"EmailTFAEnabled": false,
"ID": "0f6ee46a-3d17-490c-99a1-480bdc1d9ef6",
"IdentityVerificationLevel": "Level1Verified",
"TFAEnabled": [
"user_update",
"order_creation",
"deposit_creation",
"withdrawal_creation"
],
"TrollboxUsername": "tdaxuser1",
"Wallets": {
"BTC": {
"Addresses": [
"32oved33eB7748c06G2nCkEGGrKvXQQgtf"
]
},
"BTG": {
"Addresses": [
"GMf67oK184c8F8F47cfcq69o7VLrVd8xwu"
]
},
"ETH": {
"Addresses": [
"0x4de8d10a281fe7828c03b6083ec1aa9005a0bf88"
]
},
"KNC": {
"Addresses": [
"0x30fb1b18ceefd7ff713d87b43b37cea7e66f5e2a"
]
},
"LTC": {
"Addresses": [
"LVLcagoc5h7n2971B7Fa09B2EGLwp3TuAU"
]
},
"NEO": {
"Addresses": [
"AGjAzXJwjyD5S3934409B4e3fKMRR3AfX3"
]
},
"OMG": {
"Addresses": [
"0x41005a8e476ff22c2bef5b5187c302386ed22808"
]
},
"RPX": {
"Addresses": [
"AZjtJaUrNEKEmHYdc75d89C35f1NZZhrDG"
]
},
"THB": {
"Addresses": []
},
"XZC": {
"Addresses": [
"3yqGuL8Te1b2H23A8756NUnWceZf3YYr8H"
]
}
}
}