Solana API Keys

Rate Limiting

Instruction Endpoints

Endpoints that generate instructions are currently guarded by an API key that should be present in the HTTP header. Currently this includes all of the endpoints in instructions and some of the endpoints in mmm.

Authorization Header

To access the instruction endpoints, you need to include an Authorization header in your HTTP requests. The value of the Authorization header should be Bearer followed by the API key.

Example:

Authorization: Bearer YOUR_API_KEY

Replace YOUR_API_KEY with the actual API key provided to you.