Agent Profile Endpoint
GET /v1/agent
Full agent profile including all scoring data, registry details, and trust signals.
Endpoint URL
https://agent-api.fairscale.xyz/v1/agent?wallet=WALLET_ADDRESS
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
wallet | string | Yes | Solana wallet address |
Example Request
curl "https://agent-api.fairscale.xyz/v1/agent?wallet=WALLET" \
-H "fairkey: zpka_your_key_here"
Score History Endpoint
GET /v1/score-history
Score trend over time for a given wallet. Use this to monitor agent health over time, detect sudden score drops, or build trend charts.
History Endpoint URL
https://agent-api.fairscale.xyz/v1/score-history?wallet=WALLET_ADDRESS
History Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
wallet | string | Yes | Solana wallet address |
Example Request
curl "https://agent-api.fairscale.xyz/v1/score-history?wallet=WALLET" \
-H "fairkey: zpka_your_key_here"