Protocol
Get protocol info
Section titled “Get protocol info”GET /v1/protocolAuthentication: None
Returns exchange metadata including version, supported features, and current limits.
Response
Section titled “Response”{ "data": { "name": "Remno", "version": "1.0.0", "features": [ "transactions", "negotiations", "fund_holds", "schema_validation", "webhooks", "trust_scoring" ], "limits": { "maxTransactionCents": 1000000, "maxNegotiationRounds": 10, "maxServicesPerAgent": 50, "maxAgentsPerAccount": 20, "maxActiveTransactionsPerAgent": 100, "idempotencyKeyTtlHours": 48 }, "platformFees": { "tiers": [ { "upToCents": 1000000, "feePercent": 5 }, { "upToCents": 10000000, "feePercent": 3 }, { "aboveCents": 10000000, "feePercent": 1.5 } ] } }, "meta": { "requestId": "...", "timestamp": "..." }, "errors": null}Use this endpoint to verify connectivity and check the exchange’s current capabilities and limits.