species

0%

Loading the future

Documentation/API Reference

API Reference

Common Response Codes

CodeMeaning
200Success — receipt returned
400Invalid input or missing fields
401Signature invalid or expired timestamp
404Unknown event ID or resource not found
429Rate limit exceeded
500Internal processing error

MCP Tool Definitions

ToolDescription
species_create_transactionCreates a transaction such as BUY, SELL, or TRANSFER
species_create_listingLists SPECIE for sale with fee proof
species_get_receiptRetrieves the human-readable receipt for an eventId
species_check_balanceQueries current SPECIE and USDT balances
species_estimate_transactionEstimates fees and total costs
species_monitor_transactionStreams transaction updates in real-time

Example — Receipt Response

{
  "receipt": {
    "eventId": "evt-73cd5b7a",
    "status": "completed",
    "intent": "BUY_TREASURY",
    "timestamp": "2025-11-06T19:12:06Z",
    "balanceChanges": {
      "usr-123": { "species": +1000 },
      "treasury": { "species": -1000 }
    },
    "paymentVerification": {
      "provider": "NOWPayments",
      "amount": "10 USDT",
      "confirmations": 15,
      "proof": "npmt_456789"
    },
    "fees": {
      "issuance": "0.01 USDT",
      "total": "0.01 USDT"
    },
    "timeline": {
      "received": "2025-11-06T19:12:04Z",
      "verified": "2025-11-06T19:12:05Z",
      "executed": "2025-11-06T19:12:06Z"
    }
  }
}

Key Takeaways

PrincipleMeaningBenefit
One CallAll operations use one endpointMinimal integration overhead
Every Call Has a ReceiptEach response is signed proofBuilt-in audit trail
Private by DefaultNo public ledgerPrivacy and sovereignty
MCP-BasedAgent-native, model-context protocolWorks with AI and Onli Agents
Owner-Only MovementOnly verified owners can move assetsPerfect custody integrity
Mathematical TrustProof replaces historyEliminates surveillance

The Developer's Mantra

Intent. Proof. Receipt.

That's Specie.

Specie isn't built on blockchain — it's built on math, consent, and sovereignty. A protocol where trust doesn't require chains — and value moves only by will.