The FTSO Fast Update client doesn't accept the API Key variable (other clients in the deployment package do). Therefore no x-apikey header is attached to requests and will be unable to use gated API's (it seems that the query param ?x-apikey=<key> doesn't work either. Therefore it's required to use a private node/unratelimited node for the Fast Updates client.
Missing configurations as demonstrated by the FSC:
Fast Updates Client provides the ChainConfig struct with ApiKey definition but is not utilised:
|
ApiKey string `toml:"api_key" envconfig:"API_KEY"` |
Issue based on debugging with external user.
The FTSO Fast Update client doesn't accept the API Key variable (other clients in the deployment package do). Therefore no
x-apikeyheader is attached to requests and will be unable to use gated API's (it seems that the query param?x-apikey=<key>doesn't work either. Therefore it's required to use a private node/unratelimited node for the Fast Updates client.Missing configurations as demonstrated by the FSC:
Fast Updates Client provides the ChainConfig struct with ApiKey definition but is not utilised:
fast-updates/go-client/config/config.go
Line 46 in f395e26
Issue based on debugging with external user.