TriportRPC

{{name}} RPC & APIs

{{prose_intro}}

Method / EndpointNetworkChain IDAuthenticationRequired scopeTier / rate limit
POST {{endpoint_https}}{{network}}{{chain_id}}x-token: $TRIPORT_API_KEY{{required_scope}}Category-specific RPS; see Limits

Endpoints

SurfaceEndpointReference
{{#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.

{{prose_outro}}