Check Allocation
An API Key is required to interact with Launchpad APIs. Please contact us to get an API Key and get started.
Use this endpoint to check a wallet's allocation and claims for the launch.
POST
/launchpad/get-allocation
POST
/launchpad/get-allocationPOST
https://testnet-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