Skip to main content
GET
/
Transaction
/
config
Get API Configuration
curl --request GET \
  --url https://api.altude.so/api/Transaction/config \
  --header 'X-API-Key: <x-api-key>'
{
  "RpcUrl": "https://cool-cold-ensemble.solana-mainnet.quiknode.pro/",
  "FeePayer": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d",
  "Token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjIiLCJ0eXAiOiJKV1QifQ...",
  "RpcEnvironment": "Mainnet",
  "TokenExpiration": "2026-05-13T23:47:13.4542068Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.altude.so/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve API configuration values associated with the provided API key.

headers

X-API-Key
string
required
The API key created from Altude

Response

RpcUrl
string
RPC endpoint URL used by the API
FeePayer
string
Public key of the fee payer account
Token
string
JWT token to authorize subsequent API requests
RpcEnvironment
string
Solana cluster environment name
TokenExpiration
string
ISO-8601 timestamp for when the token expires
{
  "RpcUrl": "https://cool-cold-ensemble.solana-mainnet.quiknode.pro/",
  "FeePayer": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d",
  "Token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjIiLCJ0eXAiOiJKV1QifQ...",
  "RpcEnvironment": "Mainnet",
  "TokenExpiration": "2026-05-13T23:47:13.4542068Z"
}