Authorization
Last updated
curl --header "Authorization: <YOUR-AUTHORIZATION-HEADER" https://ny.solana.dex.blxrbdn.com/api/v2/rate-limitwscat -c wss://ny.solana.dex.blxrbdn.com/ws --header "Authorization: <YOUR-AUTHORIZATION-HEADER>"# Protobuf definitions available at https://github.com/bloXroute-Labs/solana-trader-proto/tree/develop
grpcurl -plaintext -import-path . \
-proto api.proto \
-H "Authorization: <YOUR-AUTHORIZATION-HEADER>" \
-d '{}' \
ny.solana.dex.blxrbdn.com:80 api.Api/GetRateLimit