BinanceSpotRest.Query.EndpointMetadata (Binance Spot Rest v0.2.1)

View Source

Endpoint metadata (internal/advanced use).

This struct holds information about a specific Binance endpoint used by RequestSpec.

Fields

  • :endpoint - API endpoint path (e.g., "/api/v3/order")
  • :method - HTTP method (:get, :post, :put, etc.)
  • :security_type - Security type required for the endpoint (:NONE, :TRADE, :USER_DATA, etc.)

Note: Used internally by BinanceSpotRest.Query.RequestSpec and BinanceSpotRest.Client.