Using wallet-SDK with polygon.io

Go integration

Install
go get github.com/coming-chat/wallet-SDK
Quick start
import "wallet-SDK"

// Initialize client
client := wallet-SDK.NewClient("YOUR_API_KEY")
Available Companies
curl \
  # append ?apiKey=$API_KEY to the URL \
  /v1/companies
Available Currencies
curl \
  # append ?apiKey=$API_KEY to the URL \
  /v1/currencies
Last Trade for a Symbol
curl \
  # append ?apiKey=$API_KEY to the URL \
  /v1/last/stocks/{symbol}
SDK on GitHub 📄 API Docs
SDK
wallet-SDK
Go
API
polygon.io
polygon.io
At a glance
Language Go
Endpoints10