get_pricing
Retrieve current pricing, network configuration, and wallet address for Intelica API. Verify costs before making calls.
Instructions
Returns current pricing, available endpoints, network configuration, and wallet addresses for the Intelica API.
Free to call — no payment required.
Returns a JSON object with:
single (object): Pricing for POST /intel (single analysis)
price (str): "$0.05 USDC"
max_items (int): 1
batch (object): Pricing for POST /batch (batch analysis)
price (str): "$0.20 USDC"
max_items (int): 10
demo (object): Pricing for POST /demo (free demo)
price (str): "free"
limit (str): "300 chars, no URL"
network (str): Payment network in CAIP-2 format ("eip155:8453" = Base mainnet)
pay_to (str): EVM wallet address receiving payments
asset (str): Payment asset ("USDC")
protocol (str): Payment protocol ("x402")
Use this tool to:
Verify current prices before making calls
Get the wallet address for manual payment verification
Confirm network and asset configuration
Example usage: get_pricing()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |