cURL
curl --request GET \ --url https://api.openxswitch.com/v1/smart-account/accounts \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "47900010-7a2f-487e-9d38-3fd790fc13dc", "name": "OX App", "type": "SETTLEMENT", "state": "LIVE", "environment": "mainnet", "evmDetails": { "address": "0x1234567890123456789012345678901234567890", "refId": "d34e1fa1-5313-4909-a707-a6c8c2bc9578" }, "solanaDetails": { "address": "0x1234567890123456789012345678901234567890", "refId": "d34e1fa1-5313-4909-a707-a6c8c2bc9578" }, "enableAPIWithdrawal": true, "enableDashboardWithdrawal": true, "workspaceId": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "createdAt": "2025-04-02T17:20:42.160Z", "updatedAt": "2025-04-02T17:20:42.160Z", "owners": {} } }
Retrieve details of a specific account.
Documentation IndexFetch the complete documentation index at: https://docs.openxswitch.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account Id
"123e4567-e89b-12d3-a456-426614174000"
true
Show child attributes