OpenZeppelin Logo
HomeForumWebsiteOverview

Solidity Contracts

Community Contracts
Upgrade Plugins
Wizard

Tools

OverviewQuickstart
Configuration
EVM IntegrationSolana IntegrationStellar Integration
API Reference
Call PluginCancel TransactionCreate NotificationCreate RelayerCreate SignerDelete NotificationDelete Pending TransactionsDelete RelayerDelete SignerGet NotificationGet RelayerGet Relayer BalanceGet Relayer StatusGet SignerGet Transaction by IDGet Transaction by NonceHealthList NotificationsList RelayersList SignersList TransactionsList MetricsMetric DetailReplace TransactionRPCScrape MetricsSend TransactionSignSign TransactionSign Typed DataUpdate NotificationUpdate RelayerUpdate Signer
Project StructureProject RoadmapPluginsChangelogRust Book
GitHub Icon
OpenZeppelin Logo
HomeForumWebsite
GitHub Icon
RelayerAPI Reference

Metrics routes implementation

AnthropicOpen in Claude

Note: OpenAPI documentation for these endpoints can be found in the openapi.rs file Returns a list of all available metric names in JSON format.

Returns

An HttpResponse containing a JSON array of metric names.

GET
/metrics

Response Body

curl -X GET "https://loading/metrics"
[
  "string"
]
Empty

List Transactions

Previous Page

Metric Detail

Next Page

curl -X GET "https://loading/metrics"