Create a fee sharing config with multiple fee claimers (up to 100). Token Launches require fee sharing configuration for all token launches. All fees must be explicitly allocated using basis points. When there are more than 15 fee claimers, lookup tables are required.
API key authentication. Provide your API key as the header value.
Public key of the payer wallet
Public key of the base mint (the token being launched)
Array of fee claimer wallet public keys. Must align with basisPointsArray. Maximum 100 fee claimers.
1 - 100 elementsPublic key of a fee claimer wallet
Array of basis points for each fee claimer. Must align with claimersArray. Total must equal 10,000.
1 - 100 elementsBasis points allocated to the corresponding claimer
Optional: Public key of the partner wallet for partner fee sharing
Optional: Public key of the partner config PDA (required if partner is provided)
Optional: Array of lookup table addresses. Required when there are more than 15 fee claimers.
Public key of a lookup table address
Base58 encoded Solana public key of the tip recipient wallet
Tip amount in lamports