Get all accounts
GET/v1/accounts
Get all accounts
This endpoint retrieves a paginated list of all accounts associated with a user, allowing filtering and sorting based on various parameters such as creation dates, account type, and activity status.
Request
Query Parameters
page int32
Page
page_size int32
Page size
sort_by string
Sort by
order_by string
Order by
end_date date-time
End date
start_date date-time
Start date
Responses
- 200
- 500
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
activeThisMonth booleannullable
address stringrequired
approversQuantity int32nullable
chainPath stringrequired
createdAt date-timerequired
exchangeApiKey stringnullable
exchangeApiSecret stringnullable
id uuidrequired
isActive booleanrequired
isImported booleanrequired
name stringrequired
transactionLimit stringrequired
type stringrequired
walletId uuidrequired
[
{
"activeThisMonth": true,
"address": "string",
"approversQuantity": 0,
"chainPath": "string",
"createdAt": "2024-09-25T19:42:12.242Z",
"exchangeApiKey": "string",
"exchangeApiSecret": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"isActive": true,
"isImported": true,
"name": "string",
"transactionLimit": "string",
"type": "string",
"walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
Internal Server Error
- application/json
- Schema
Schema
string
Loading...