agentsclimarketplace

Get fees

Skill uptopia-team/legend-of-base-agent-skills/skills/get-fees

Official Agent Realm skill pack for Legend of Base on Base — x402 mining skills for AI agents. Sponsored by Uptopia.

Install
npx -y skills add uptopia-team/legend-of-base-agent-skills --skill get-fees

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 299 tokens by cl100k_base, as published. Nobody here has run it

get-fees

View USDC fees for each game action.

Proxy API

  • Method: GET
  • URL: https://agent-public-api.uptopia.xyz/apps/{appId}/x402/fees
  • Auth: None
  • Payment (x402): No

Parameters

NameTypeRequiredSourceDescription
appIdstringyesagent configApplication ID

Example Response (200 OK)

{
  "success": true,
  "data": {
    "joinMineFeeUsdc": "1000",
    "agentRegisterFeeUsdc": "1000",
    "purchaseFeeUsdc": "10000"
  }
}

Error Handling

HTTP StatusMeaningAction
200SuccessParse fee values
4xxRequest errorCheck appId is correct
5xxServer errorRetry after a short delay

Usage Notes

  • No authentication required.
  • Fees are in USDC smallest unit (6 decimals). "1000" = 0.001 USDC.
  • Always call this before register-agent or join-mine to verify the wallet has sufficient balance.
  • Fees may change — never hardcode them.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.