Funny Fun
  1. Airdrop
Funny Fun
  • Overview
  • Token
    • Get tokens
      GET
    • Create token
      POST
    • Create token metadata
      POST
    • Get token holders
      GET
    • Get token
      GET
    • Token charts
      GET
    • Token holders
      GET
    • Token comments
      GET
    • Token comment likes
      POST
    • Token comments
      POST
    • Token favorites
      POST
    • Delete token favorites
      DELETE
  • Authentication
    • Check authentication status
      GET
    • Request nonce for authentication
      POST
  • Withdrawals
    • Get withdrawals
      GET
    • Create withdrawal
      POST
  • Users
    • Get user by address
      GET
    • Update user
      PUT
    • user preference
      PUT
  • Airdrop
    • Airdrop tasks
      GET
    • Airdrop claims
      POST
    • Airdrop leaderboard
      GET
  • Markets
    • Markets
      GET
    • Market buy price
      POST
    • Premarket buy amount
      POST
    • Market buy amount
      POST
    • Market sell price
      POST
    • Market sell amount
      POST
  • Deposits
    • Create deposit
    • list of deposit
  • Config
    GET
  • Blockchains
    GET
  • Orders
    POST
  • Accounts
    GET
  • Trades
    GET
  • Transactions
    GET
  1. Airdrop

Airdrop leaderboard

GET
/airdrop-leaderboard
Airdrop leaderboard
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nusabyte.com/api/v1/airdrop-leaderboard?blockchainKey=solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1&userAddress=GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
blockchainKey
string 
optional
The type of blockchain the user is interacting with (e.g., "evm", "solana").
Example:
solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1
userAddress
string 
optional
Example:
GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2025-04-25 08:01:54
Previous
Airdrop claims
Next
Markets
Built with