Skip to main content
GET
/
app
/
rpc-tokens
/
alchemy
Get a temporary Alchemy JWT token for RPC connections
curl --request GET \
  --url https://api.agg.market/app/rpc-tokens/alchemy \
  --header 'x-app-id: <api-key>'
{
  "token": "<string>",
  "expiresAt": 123
}

Authorizations

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Response

200 - application/json

200

token
string
required
expiresAt
number
required