Skip to main content
POST
Update Api Keys

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request to update Gateway API keys

api_keys
Api Keys · object
required

Dict mapping provider name to API key value (e.g., {'helius': 'abc123', 'infura': 'xyz789'})

Response

Successful Response

The response is of type Response Update Api Keys Gateway Apikeys Post · object.