672b1916ba61
List token allowlist
Lists allowlist entries for a token.
Path parameters
Token identifier.
Token identifier.
Query parameters
Page number (1-based).
Page number (1-based).
Number of items per page.
Number of items per page.
Contains-style search over the entry address and label. A blank value is treated as no search filter.
Contains-style search over the entry address and label. A blank value is treated as no search filter.
Filter to entries with this exact label (values come from the labels endpoint).
Filter to entries with this exact label (values come from the labels endpoint).
Headers
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Response
Allowlist entries
Example response
{
"data": [
{
"id": "tal_example",
"tokenId": "tok_example",
"address": "So11111111111111111111111111111111111111112",
"label": "Treasury",
"status": "active",
"addedBy": "key_example",
"createdAt": "2025-01-01T00:00:00.000Z",
"revokedAt": "2025-02-01T00:00:00.000Z"
}
],
"meta": {
"requestId": "req_example"
}
}