Which page to fetch
1
Page size to use
30
Account status
Search by matching name
Account governance type
Sort by attribute
createdAt
Possible values: Sort order
asc
Possible values: Do not fetch live data (e.g. balance and staking) from blockchain
false
GET /rest/accounts HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"page": 1,
"next": 1,
"prev": 1,
"pageSize": 1,
"total": 1,
"results": [
{
"id": "text",
"legacyId": 1,
"status": "ACTIVE",
"name": "text",
"currency": "text",
"index": 1,
"derivationPath": "text",
"createdAt": "2025-06-20T20:40:02.679Z",
"updatedAt": "2025-06-20T20:40:02.679Z",
"balance": {
"total": "text",
"pending": "text"
},
"asset": {
"type": "BITCOIN_LIKE",
"xpub": "text"
},
"governance": {
"type": "CLASSIC",
"policyId": "text"
}
}
]
}
Id of the target account
Do not fetch live data (e.g. balance and staking) from blockchain
false
GET /rest/accounts/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"legacyId": 1,
"status": "ACTIVE",
"name": "text",
"currency": "text",
"index": 1,
"derivationPath": "text",
"createdAt": "2025-06-20T20:40:02.679Z",
"updatedAt": "2025-06-20T20:40:02.679Z",
"balance": {
"total": "text",
"pending": "text"
},
"asset": {
"type": "BITCOIN_LIKE",
"xpub": "text"
},
"governance": {
"type": "CLASSIC",
"policyId": "text"
}
}