Subaccount
Returns subaccount by id
get/v1/subaccount/{id}
Path parameters
idstring required
Response
Example response
{
"account": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"createdAt": 1712019600000,
"createdBlockNumber": "123062737",
"id": "9036443a-441a-4a66-87f2-bd5c44cdca7a",
"name": "0x7072696d61727900000000000000000000000000000000000000000000000000",
"registeredBlockNumber": "123062737"
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
- ○