EVM Service Request
POST/v1
Handles EVM service requests. This endpoint processes API requests and forwards them to the appropriate endpoint in the Pocket Network.
Server Usage & Authentication:
- Subdomain URLs (
https://{serviceId}.rpc.grove.city):- Service ID determined from subdomain, no
Target-Service-Idheader needed - Requires
Portal-Application-IDheader with your Grove Portal Application ID - Optional
Authorizationheader with Grove API Key (if your portal app requires it)
- Service ID determined from subdomain, no
- Local PATH (
http://localhost:3069):- Requires
Target-Service-Idheader to specify the service - No authentication headers required
- Requires