We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b3775 commit cc478f3Copy full SHA for cc478f3
apps/web/app/(basenames)/api/basenames/getUsernames/route.ts
@@ -15,7 +15,7 @@ export async function GET(request: NextRequest) {
15
}
16
17
const response = await fetch(
18
- `https://${cdpBaseUri}/platform/v1/networks/${network}/addresses/${address}/identity?limit=50`,
+ `https://${cdpBaseUri}/platform/v1/networks/${network}/addresses/${address}/identity?limit=100`,
19
{
20
headers: {
21
Authorization: `Bearer ${process.env.CDP_BEARER_TOKEN}`,
0 commit comments