Properties
| Name | Type | Description |
|---|---|---|
| unlockedUnstaked | array | A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is consumable by any transaction. |
| unlockedStaked | array | A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax that is consumable by any transaction when the staking period ends. |
| lockedPlatform | array | A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is locked at the platform level and not consumable by any trans |
| lockedStakeable | array | A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is locked at the platform level and only consumeable for stakin |
| lockedStaked | array | A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax that will be locked when the staking period ends. |
| pendingStaked | array | A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax whose staking period has not yet started. |
| atomicMemoryUnlocked | array | A list of objects containing P-chain Asset basic info, amount and utxo count of that Asset ID. Denotes the amount of unlocked Avax in the atomic memory between P-Chain and other chain. |
| atomicMemoryLocked | array | A list of objects containing P-chain Asset basic info, amount and utxo count of that Asset ID. Denotes the amount of locked Avax in the atomic memory between P-Chain and other chain. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/PChainBalance.json",
"title": "PChainBalance",
"type": "object",
"properties": {
"unlockedUnstaked": {
"description": "A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is consumable by any transaction.",
"type": "array",
"items": {
"$ref": "#/components/schemas/AggregatedAssetAmount"
}
},
"unlockedStaked": {
"description": "A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax that is consumable by any transaction when the staking period ends.",
"type": "array",
"items": {
"$ref": "#/components/schemas/AggregatedAssetAmount"
}
},
"lockedPlatform": {
"description": "A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is locked at the platform level and not consumable by any transaction at the current time.",
"type": "array",
"items": {
"$ref": "#/components/schemas/AggregatedAssetAmount"
}
},
"lockedStakeable": {
"description": "A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is locked at the platform level and only consumeable for staking transactions.",
"type": "array",
"items": {
"$ref": "#/components/schemas/AggregatedAssetAmount"
}
},
"lockedStaked": {
"description": "A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax that will be locked when the staking period ends.",
"type": "array",
"items": {
"$ref": "#/components/schemas/AggregatedAssetAmount"
}
},
"pendingStaked": {
"description": "A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax whose staking period has not yet started.",
"type": "array",
"items": {
"$ref": "#/components/schemas/AggregatedAssetAmount"
}
},
"atomicMemoryUnlocked": {
"description": "A list of objects containing P-chain Asset basic info, amount and utxo count of that Asset ID. Denotes the amount of unlocked Avax in the atomic memory between P-Chain and other chain.",
"type": "array",
"items": {
"$ref": "#/components/schemas/PChainSharedAsset"
}
},
"atomicMemoryLocked": {
"description": "A list of objects containing P-chain Asset basic info, amount and utxo count of that Asset ID. Denotes the amount of locked Avax in the atomic memory between P-Chain and other chain.",
"type": "array",
"items": {
"$ref": "#/components/schemas/PChainSharedAsset"
}
}
},
"required": [
"unlockedUnstaked",
"unlockedStaked",
"lockedPlatform",
"lockedStakeable",
"lockedStaked",
"pendingStaked",
"atomicMemoryUnlocked",
"atomicMemoryLocked"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/PChainBalance"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.