{{name}} RPC & APIs
{{prose_intro}}
| Method / Endpoint | Network | Chain ID | Authentication | Required scope | Tier / rate limit |
|---|---|---|---|---|---|
POST {{endpoint_https}} | {{network}} | {{chain_id}} | x-token: $TRIPORT_API_KEY | {{required_scope}} | Category-specific RPS; see Limits |
Endpoints
| Surface | Endpoint | Reference |
|---|---|---|
| {{#each protocols}} | {{label}} | {{endpoint}} |
| {{/each protocols}}{{extra_endpoints}} |
Quickstart
curl {{endpoint_https}} \
-H "x-token: $TRIPORT_API_KEY" \
-H "Content-Type: application/json" \
-d '{{quick_body}}'What's available
{{availability}}
{{prose_available}}
Limits
See {{limits_reference}} and Rate Limits & Tiers.
{{limits_table}}
{{prose_limits}}
Errors
See {{errors_reference}} and the shared error reference.
{{prose_errors}}
Methods
{{methods}}
{{streams_section}}
SDK
The generated TypeScript client includes this network:
const result = await c.{{id}}.call("{{quick_method}}", {{quick_params}});Equivalent requests can be made with the Python SDK or the curl example above.
Related
- Getting started
- Authentication
- Rate Limits & Tiers {{jsonrpc_reference}} {{related_rest}}{{related_streaming}}
{{prose_outro}}