Submit application via API
POST a JSON payload with your wallet address, tier, integration type, and milestone plan. Receive an application_id and status in the response.
POST /v1/grants/apply
{
"applicant_wallet": "0xYourWalletAddress",
"tier": "experiment",
"integration_type": "asset_registration",
"milestone_plan": [
{
"description": "Register 100 assets on Numbers mainnet using the Capture API",
"verification_method": "on_chain",
"verification_target": "numbers_mainnet_transaction_count",
"amount_usd": 8
}
]
}
{
"applicant_wallet": "0xYourWalletAddress",
"tier": "integration",
"integration_type": "licensing_flow",
"milestone_plan": [
{
"description": "Deploy a licensing workflow that registers and licenses assets via x402 on Numbers mainnet",
"verification_method": "on_chain",
"verification_target": "numbers_mainnet_licensing_transaction",
"amount_usd": 30
}
],
"contact": "[email protected]"
}