Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithFilter ¶
func WithFilter(filter string) assetPlatformsOption
WithFilter returns an assetPlatformsOption that sets the filter parameter for asset platform requests. The filter parameter can be used to filter asset platforms by name or ID. Current supported filters: [nft]
Types ¶
type AssetPlatformsClient ¶
func NewClient ¶
func NewClient(c geckohttp.HttpClient, url string) *AssetPlatformsClient
func (*AssetPlatformsClient) AssetPlatforms ¶
func (c *AssetPlatformsClient) AssetPlatforms(ctx context.Context, opts ...assetPlatformsOption) (*types.AssetPlatforms, error)
AssetPlatforms allows you to query all the asset platforms on CoinGecko.
👍 Tips
You may use this endpoint to query the list of asset platforms for other endpoints that contain params like id orids(asset platforms)
You may include NFT at the filter params to get the list of NFT-support asset platforms on CoinGecko
Click to show internal directories.
Click to hide internal directories.