Check Allocation
Use this endpoint to check a wallet's allocation and claims for the launch.
POST
/launchpad/get-allocation
POST
/launchpad/get-allocationPOST
https://api.ordinalsbot.com/launchpad/get-allocation
API Key is required in the header:
headers: { 'x-api-key': '<YOUR_API_KEY>', ...otherHeaders }
Example Request Body, this will get the allocation and claimed details for a buyer:
Request Body
Name
Type
Description
String
Launchpd id
String
Wallet address of a prospective buyer
Response
Response contains an array of phases with allocation count as well as clained count for that phase.
Last updated