List whitelists in the same workspace.
Which page to fetch
1
Page size to use
30
Whitelist status
Sort by attribute
createdAt
Possible values: Sort order
asc
Possible values: GET /rest/whitelists 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,
"name": "text",
"status": "ACTIVE",
"addresses": [
{
"name": "text",
"currency": "text",
"address": "text",
"destinationTags": [
"text"
]
}
],
"createdAt": "2025-06-21T03:51:21.135Z",
"updatedAt": "2025-06-21T03:51:21.135Z",
"description": "text"
}
]
}
Find a whitelist by ID.
Id of the target group
GET /rest/whitelists/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"legacyId": 1,
"name": "text",
"status": "ACTIVE",
"addresses": [
{
"name": "text",
"currency": "text",
"address": "text",
"destinationTags": [
"text"
]
}
],
"createdAt": "2025-06-21T03:51:21.135Z",
"updatedAt": "2025-06-21T03:51:21.135Z",
"description": "text"
}