@zoralabs/coins-sdk 0.4.7 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/api/api-raw.d.ts +21 -0
- package/dist/api/api-raw.d.ts.map +1 -0
- package/dist/api/queries.d.ts +5 -1
- package/dist/api/queries.d.ts.map +1 -1
- package/dist/client/sdk.gen.d.ts +203 -1
- package/dist/client/sdk.gen.d.ts.map +1 -1
- package/dist/client/types.gen.d.ts +565 -0
- package/dist/client/types.gen.d.ts.map +1 -1
- package/dist/index.cjs +27 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +26 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/api/api-raw.ts +8 -0
- package/src/api/queries.ts +18 -0
- package/src/client/sdk.gen.ts +48 -0
- package/src/client/types.gen.ts +575 -0
- package/src/index.ts +3 -0
|
@@ -3384,6 +3384,571 @@ export type GetTraderLeaderboardResponses = {
|
|
|
3384
3384
|
};
|
|
3385
3385
|
};
|
|
3386
3386
|
export type GetTraderLeaderboardResponse = GetTraderLeaderboardResponses[keyof GetTraderLeaderboardResponses];
|
|
3387
|
+
export type GetTrendCoinData = {
|
|
3388
|
+
body?: never;
|
|
3389
|
+
path?: never;
|
|
3390
|
+
query: {
|
|
3391
|
+
ticker: string;
|
|
3392
|
+
chainId?: number;
|
|
3393
|
+
};
|
|
3394
|
+
url: "/trendCoin";
|
|
3395
|
+
};
|
|
3396
|
+
export type GetTrendCoinErrors = {
|
|
3397
|
+
/**
|
|
3398
|
+
* Bad request
|
|
3399
|
+
*/
|
|
3400
|
+
400: unknown;
|
|
3401
|
+
/**
|
|
3402
|
+
* Internal server error
|
|
3403
|
+
*/
|
|
3404
|
+
500: unknown;
|
|
3405
|
+
};
|
|
3406
|
+
export type GetTrendCoinResponses = {
|
|
3407
|
+
/**
|
|
3408
|
+
* Successful operation
|
|
3409
|
+
*/
|
|
3410
|
+
200: {
|
|
3411
|
+
trendCoin?: {
|
|
3412
|
+
/**
|
|
3413
|
+
* The Globally Unique ID of this object
|
|
3414
|
+
*/
|
|
3415
|
+
id: string;
|
|
3416
|
+
/**
|
|
3417
|
+
* The `Boolean` scalar type represents `true` or `false`.
|
|
3418
|
+
*/
|
|
3419
|
+
platformBlocked: boolean;
|
|
3420
|
+
/**
|
|
3421
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3422
|
+
*/
|
|
3423
|
+
name: string;
|
|
3424
|
+
/**
|
|
3425
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3426
|
+
*/
|
|
3427
|
+
description: string;
|
|
3428
|
+
address: string;
|
|
3429
|
+
coinType: "CREATOR" | "CONTENT" | "TREND";
|
|
3430
|
+
/**
|
|
3431
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3432
|
+
*/
|
|
3433
|
+
symbol: string;
|
|
3434
|
+
/**
|
|
3435
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3436
|
+
*/
|
|
3437
|
+
totalSupply: string;
|
|
3438
|
+
/**
|
|
3439
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3440
|
+
*/
|
|
3441
|
+
totalVolume: string;
|
|
3442
|
+
/**
|
|
3443
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3444
|
+
*/
|
|
3445
|
+
volume24h: string;
|
|
3446
|
+
/**
|
|
3447
|
+
* Date with time (isoformat)
|
|
3448
|
+
*/
|
|
3449
|
+
createdAt?: string;
|
|
3450
|
+
creatorAddress?: string;
|
|
3451
|
+
poolCurrencyToken?: {
|
|
3452
|
+
/**
|
|
3453
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3454
|
+
*/
|
|
3455
|
+
address?: string;
|
|
3456
|
+
/**
|
|
3457
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3458
|
+
*/
|
|
3459
|
+
name?: string;
|
|
3460
|
+
/**
|
|
3461
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3462
|
+
*/
|
|
3463
|
+
decimals?: number;
|
|
3464
|
+
};
|
|
3465
|
+
tokenPrice?: {
|
|
3466
|
+
/**
|
|
3467
|
+
* Price of the pool in respect to USDC, not always available
|
|
3468
|
+
*/
|
|
3469
|
+
priceInUsdc?: string;
|
|
3470
|
+
/**
|
|
3471
|
+
* Ethereum address of the currency
|
|
3472
|
+
*/
|
|
3473
|
+
currencyAddress: string;
|
|
3474
|
+
/**
|
|
3475
|
+
* Price against the native token of the primary currency pool
|
|
3476
|
+
*/
|
|
3477
|
+
priceInPoolToken: string;
|
|
3478
|
+
};
|
|
3479
|
+
/**
|
|
3480
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3481
|
+
*/
|
|
3482
|
+
marketCap: string;
|
|
3483
|
+
/**
|
|
3484
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3485
|
+
*/
|
|
3486
|
+
marketCapDelta24h: string;
|
|
3487
|
+
/**
|
|
3488
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3489
|
+
*/
|
|
3490
|
+
chainId: number;
|
|
3491
|
+
/**
|
|
3492
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3493
|
+
*/
|
|
3494
|
+
tokenUri?: string;
|
|
3495
|
+
platformReferrerAddress?: string;
|
|
3496
|
+
payoutRecipientAddress?: string;
|
|
3497
|
+
creatorProfile?: {
|
|
3498
|
+
/**
|
|
3499
|
+
* The Globally Unique ID of this object
|
|
3500
|
+
*/
|
|
3501
|
+
id: string;
|
|
3502
|
+
/**
|
|
3503
|
+
* Manually set username, or truncated wallet address if the profile isn't a GraphQLAccountProfile. For full wallet address, use the profile_id field instead.
|
|
3504
|
+
*/
|
|
3505
|
+
handle: string;
|
|
3506
|
+
/**
|
|
3507
|
+
* The `Boolean` scalar type represents `true` or `false`.
|
|
3508
|
+
*/
|
|
3509
|
+
platformBlocked: boolean;
|
|
3510
|
+
avatar?: {
|
|
3511
|
+
previewImage: {
|
|
3512
|
+
/**
|
|
3513
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3514
|
+
*/
|
|
3515
|
+
blurhash?: string;
|
|
3516
|
+
/**
|
|
3517
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3518
|
+
*/
|
|
3519
|
+
medium: string;
|
|
3520
|
+
/**
|
|
3521
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3522
|
+
*/
|
|
3523
|
+
small: string;
|
|
3524
|
+
};
|
|
3525
|
+
};
|
|
3526
|
+
socialAccounts: {
|
|
3527
|
+
instagram?: {
|
|
3528
|
+
/**
|
|
3529
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3530
|
+
*/
|
|
3531
|
+
username?: string;
|
|
3532
|
+
/**
|
|
3533
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3534
|
+
*/
|
|
3535
|
+
displayName?: string;
|
|
3536
|
+
/**
|
|
3537
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3538
|
+
*/
|
|
3539
|
+
followerCount?: number;
|
|
3540
|
+
/**
|
|
3541
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3542
|
+
*/
|
|
3543
|
+
id?: string;
|
|
3544
|
+
};
|
|
3545
|
+
tiktok?: {
|
|
3546
|
+
/**
|
|
3547
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3548
|
+
*/
|
|
3549
|
+
username?: string;
|
|
3550
|
+
/**
|
|
3551
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3552
|
+
*/
|
|
3553
|
+
displayName?: string;
|
|
3554
|
+
/**
|
|
3555
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3556
|
+
*/
|
|
3557
|
+
followerCount?: number;
|
|
3558
|
+
/**
|
|
3559
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3560
|
+
*/
|
|
3561
|
+
id?: string;
|
|
3562
|
+
};
|
|
3563
|
+
twitter?: {
|
|
3564
|
+
/**
|
|
3565
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3566
|
+
*/
|
|
3567
|
+
username?: string;
|
|
3568
|
+
/**
|
|
3569
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3570
|
+
*/
|
|
3571
|
+
displayName?: string;
|
|
3572
|
+
/**
|
|
3573
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3574
|
+
*/
|
|
3575
|
+
followerCount?: number;
|
|
3576
|
+
/**
|
|
3577
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3578
|
+
*/
|
|
3579
|
+
id?: string;
|
|
3580
|
+
};
|
|
3581
|
+
farcaster?: {
|
|
3582
|
+
/**
|
|
3583
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3584
|
+
*/
|
|
3585
|
+
username?: string;
|
|
3586
|
+
/**
|
|
3587
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3588
|
+
*/
|
|
3589
|
+
displayName?: string;
|
|
3590
|
+
/**
|
|
3591
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3592
|
+
*/
|
|
3593
|
+
followerCount?: number;
|
|
3594
|
+
/**
|
|
3595
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3596
|
+
*/
|
|
3597
|
+
id?: string;
|
|
3598
|
+
};
|
|
3599
|
+
};
|
|
3600
|
+
creatorCoin?: {
|
|
3601
|
+
address: string;
|
|
3602
|
+
};
|
|
3603
|
+
};
|
|
3604
|
+
mediaContent?: {
|
|
3605
|
+
/**
|
|
3606
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3607
|
+
*/
|
|
3608
|
+
mimeType?: string;
|
|
3609
|
+
/**
|
|
3610
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3611
|
+
*/
|
|
3612
|
+
originalUri: string;
|
|
3613
|
+
previewImage?: {
|
|
3614
|
+
/**
|
|
3615
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3616
|
+
*/
|
|
3617
|
+
small: string;
|
|
3618
|
+
/**
|
|
3619
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3620
|
+
*/
|
|
3621
|
+
medium: string;
|
|
3622
|
+
/**
|
|
3623
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3624
|
+
*/
|
|
3625
|
+
blurhash?: string;
|
|
3626
|
+
};
|
|
3627
|
+
/**
|
|
3628
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3629
|
+
*/
|
|
3630
|
+
videoPreviewUrl?: string;
|
|
3631
|
+
/**
|
|
3632
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3633
|
+
*/
|
|
3634
|
+
videoHlsUrl?: string;
|
|
3635
|
+
};
|
|
3636
|
+
/**
|
|
3637
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3638
|
+
*/
|
|
3639
|
+
uniqueHolders: number;
|
|
3640
|
+
uniswapV4PoolKey: {
|
|
3641
|
+
token0Address: string;
|
|
3642
|
+
token1Address: string;
|
|
3643
|
+
/**
|
|
3644
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3645
|
+
*/
|
|
3646
|
+
fee: number;
|
|
3647
|
+
/**
|
|
3648
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3649
|
+
*/
|
|
3650
|
+
tickSpacing: number;
|
|
3651
|
+
hookAddress: string;
|
|
3652
|
+
};
|
|
3653
|
+
uniswapV3PoolAddress: string;
|
|
3654
|
+
};
|
|
3655
|
+
};
|
|
3656
|
+
};
|
|
3657
|
+
export type GetTrendCoinResponse = GetTrendCoinResponses[keyof GetTrendCoinResponses];
|
|
3658
|
+
export type GetTrendsByNameData = {
|
|
3659
|
+
body?: never;
|
|
3660
|
+
path?: never;
|
|
3661
|
+
query: {
|
|
3662
|
+
name: string;
|
|
3663
|
+
first?: number;
|
|
3664
|
+
after?: string;
|
|
3665
|
+
};
|
|
3666
|
+
url: "/trendsByName";
|
|
3667
|
+
};
|
|
3668
|
+
export type GetTrendsByNameErrors = {
|
|
3669
|
+
/**
|
|
3670
|
+
* Bad request
|
|
3671
|
+
*/
|
|
3672
|
+
400: unknown;
|
|
3673
|
+
/**
|
|
3674
|
+
* Internal server error
|
|
3675
|
+
*/
|
|
3676
|
+
500: unknown;
|
|
3677
|
+
};
|
|
3678
|
+
export type GetTrendsByNameResponses = {
|
|
3679
|
+
/**
|
|
3680
|
+
* Successful operation
|
|
3681
|
+
*/
|
|
3682
|
+
200: {
|
|
3683
|
+
trendsByName: {
|
|
3684
|
+
pageInfo: {
|
|
3685
|
+
/**
|
|
3686
|
+
* When paginating backwards, the cursor to continue.
|
|
3687
|
+
*/
|
|
3688
|
+
startCursor?: string;
|
|
3689
|
+
/**
|
|
3690
|
+
* When paginating forwards, the cursor to continue.
|
|
3691
|
+
*/
|
|
3692
|
+
endCursor?: string;
|
|
3693
|
+
};
|
|
3694
|
+
/**
|
|
3695
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3696
|
+
*/
|
|
3697
|
+
count: number;
|
|
3698
|
+
edges: Array<{
|
|
3699
|
+
node: {
|
|
3700
|
+
/**
|
|
3701
|
+
* The Globally Unique ID of this object
|
|
3702
|
+
*/
|
|
3703
|
+
id: string;
|
|
3704
|
+
/**
|
|
3705
|
+
* The `Boolean` scalar type represents `true` or `false`.
|
|
3706
|
+
*/
|
|
3707
|
+
platformBlocked: boolean;
|
|
3708
|
+
/**
|
|
3709
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3710
|
+
*/
|
|
3711
|
+
name: string;
|
|
3712
|
+
/**
|
|
3713
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3714
|
+
*/
|
|
3715
|
+
description: string;
|
|
3716
|
+
address: string;
|
|
3717
|
+
coinType: "CREATOR" | "CONTENT" | "TREND";
|
|
3718
|
+
/**
|
|
3719
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3720
|
+
*/
|
|
3721
|
+
symbol: string;
|
|
3722
|
+
/**
|
|
3723
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3724
|
+
*/
|
|
3725
|
+
totalSupply: string;
|
|
3726
|
+
/**
|
|
3727
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3728
|
+
*/
|
|
3729
|
+
totalVolume: string;
|
|
3730
|
+
/**
|
|
3731
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3732
|
+
*/
|
|
3733
|
+
volume24h: string;
|
|
3734
|
+
/**
|
|
3735
|
+
* Date with time (isoformat)
|
|
3736
|
+
*/
|
|
3737
|
+
createdAt?: string;
|
|
3738
|
+
creatorAddress?: string;
|
|
3739
|
+
poolCurrencyToken?: {
|
|
3740
|
+
/**
|
|
3741
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3742
|
+
*/
|
|
3743
|
+
address?: string;
|
|
3744
|
+
/**
|
|
3745
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3746
|
+
*/
|
|
3747
|
+
name?: string;
|
|
3748
|
+
/**
|
|
3749
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3750
|
+
*/
|
|
3751
|
+
decimals?: number;
|
|
3752
|
+
};
|
|
3753
|
+
tokenPrice?: {
|
|
3754
|
+
/**
|
|
3755
|
+
* Price of the pool in respect to USDC, not always available
|
|
3756
|
+
*/
|
|
3757
|
+
priceInUsdc?: string;
|
|
3758
|
+
/**
|
|
3759
|
+
* Ethereum address of the currency
|
|
3760
|
+
*/
|
|
3761
|
+
currencyAddress: string;
|
|
3762
|
+
/**
|
|
3763
|
+
* Price against the native token of the primary currency pool
|
|
3764
|
+
*/
|
|
3765
|
+
priceInPoolToken: string;
|
|
3766
|
+
};
|
|
3767
|
+
/**
|
|
3768
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3769
|
+
*/
|
|
3770
|
+
marketCap: string;
|
|
3771
|
+
/**
|
|
3772
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3773
|
+
*/
|
|
3774
|
+
marketCapDelta24h: string;
|
|
3775
|
+
/**
|
|
3776
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3777
|
+
*/
|
|
3778
|
+
chainId: number;
|
|
3779
|
+
/**
|
|
3780
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3781
|
+
*/
|
|
3782
|
+
tokenUri?: string;
|
|
3783
|
+
platformReferrerAddress?: string;
|
|
3784
|
+
payoutRecipientAddress?: string;
|
|
3785
|
+
creatorProfile?: {
|
|
3786
|
+
/**
|
|
3787
|
+
* The Globally Unique ID of this object
|
|
3788
|
+
*/
|
|
3789
|
+
id: string;
|
|
3790
|
+
/**
|
|
3791
|
+
* Manually set username, or truncated wallet address if the profile isn't a GraphQLAccountProfile. For full wallet address, use the profile_id field instead.
|
|
3792
|
+
*/
|
|
3793
|
+
handle: string;
|
|
3794
|
+
/**
|
|
3795
|
+
* The `Boolean` scalar type represents `true` or `false`.
|
|
3796
|
+
*/
|
|
3797
|
+
platformBlocked: boolean;
|
|
3798
|
+
avatar?: {
|
|
3799
|
+
previewImage: {
|
|
3800
|
+
/**
|
|
3801
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3802
|
+
*/
|
|
3803
|
+
blurhash?: string;
|
|
3804
|
+
/**
|
|
3805
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3806
|
+
*/
|
|
3807
|
+
medium: string;
|
|
3808
|
+
/**
|
|
3809
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3810
|
+
*/
|
|
3811
|
+
small: string;
|
|
3812
|
+
};
|
|
3813
|
+
};
|
|
3814
|
+
socialAccounts: {
|
|
3815
|
+
instagram?: {
|
|
3816
|
+
/**
|
|
3817
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3818
|
+
*/
|
|
3819
|
+
username?: string;
|
|
3820
|
+
/**
|
|
3821
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3822
|
+
*/
|
|
3823
|
+
displayName?: string;
|
|
3824
|
+
/**
|
|
3825
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3826
|
+
*/
|
|
3827
|
+
followerCount?: number;
|
|
3828
|
+
/**
|
|
3829
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3830
|
+
*/
|
|
3831
|
+
id?: string;
|
|
3832
|
+
};
|
|
3833
|
+
tiktok?: {
|
|
3834
|
+
/**
|
|
3835
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3836
|
+
*/
|
|
3837
|
+
username?: string;
|
|
3838
|
+
/**
|
|
3839
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3840
|
+
*/
|
|
3841
|
+
displayName?: string;
|
|
3842
|
+
/**
|
|
3843
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3844
|
+
*/
|
|
3845
|
+
followerCount?: number;
|
|
3846
|
+
/**
|
|
3847
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3848
|
+
*/
|
|
3849
|
+
id?: string;
|
|
3850
|
+
};
|
|
3851
|
+
twitter?: {
|
|
3852
|
+
/**
|
|
3853
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3854
|
+
*/
|
|
3855
|
+
username?: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3858
|
+
*/
|
|
3859
|
+
displayName?: string;
|
|
3860
|
+
/**
|
|
3861
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3862
|
+
*/
|
|
3863
|
+
followerCount?: number;
|
|
3864
|
+
/**
|
|
3865
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3866
|
+
*/
|
|
3867
|
+
id?: string;
|
|
3868
|
+
};
|
|
3869
|
+
farcaster?: {
|
|
3870
|
+
/**
|
|
3871
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3872
|
+
*/
|
|
3873
|
+
username?: string;
|
|
3874
|
+
/**
|
|
3875
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3876
|
+
*/
|
|
3877
|
+
displayName?: string;
|
|
3878
|
+
/**
|
|
3879
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3880
|
+
*/
|
|
3881
|
+
followerCount?: number;
|
|
3882
|
+
/**
|
|
3883
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3884
|
+
*/
|
|
3885
|
+
id?: string;
|
|
3886
|
+
};
|
|
3887
|
+
};
|
|
3888
|
+
creatorCoin?: {
|
|
3889
|
+
address: string;
|
|
3890
|
+
};
|
|
3891
|
+
};
|
|
3892
|
+
mediaContent?: {
|
|
3893
|
+
/**
|
|
3894
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3895
|
+
*/
|
|
3896
|
+
mimeType?: string;
|
|
3897
|
+
/**
|
|
3898
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3899
|
+
*/
|
|
3900
|
+
originalUri: string;
|
|
3901
|
+
previewImage?: {
|
|
3902
|
+
/**
|
|
3903
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3904
|
+
*/
|
|
3905
|
+
small: string;
|
|
3906
|
+
/**
|
|
3907
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3908
|
+
*/
|
|
3909
|
+
medium: string;
|
|
3910
|
+
/**
|
|
3911
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3912
|
+
*/
|
|
3913
|
+
blurhash?: string;
|
|
3914
|
+
};
|
|
3915
|
+
/**
|
|
3916
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3917
|
+
*/
|
|
3918
|
+
videoPreviewUrl?: string;
|
|
3919
|
+
/**
|
|
3920
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3921
|
+
*/
|
|
3922
|
+
videoHlsUrl?: string;
|
|
3923
|
+
};
|
|
3924
|
+
/**
|
|
3925
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3926
|
+
*/
|
|
3927
|
+
uniqueHolders: number;
|
|
3928
|
+
uniswapV4PoolKey: {
|
|
3929
|
+
token0Address: string;
|
|
3930
|
+
token1Address: string;
|
|
3931
|
+
/**
|
|
3932
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3933
|
+
*/
|
|
3934
|
+
fee: number;
|
|
3935
|
+
/**
|
|
3936
|
+
* The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
|
|
3937
|
+
*/
|
|
3938
|
+
tickSpacing: number;
|
|
3939
|
+
hookAddress: string;
|
|
3940
|
+
};
|
|
3941
|
+
uniswapV3PoolAddress: string;
|
|
3942
|
+
};
|
|
3943
|
+
/**
|
|
3944
|
+
* The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
|
|
3945
|
+
*/
|
|
3946
|
+
cursor: string;
|
|
3947
|
+
}>;
|
|
3948
|
+
};
|
|
3949
|
+
};
|
|
3950
|
+
};
|
|
3951
|
+
export type GetTrendsByNameResponse = GetTrendsByNameResponses[keyof GetTrendsByNameResponses];
|
|
3387
3952
|
export type PostQuoteData = {
|
|
3388
3953
|
body?: {
|
|
3389
3954
|
referrer?: string;
|