ObjktClient

public class ObjktClient

Client for interacting with the API of the popular NFT marketplace, OBJKT.com Client exposes functions for fetching metadata, pricing, purchase offers, listing etc

  • Cached metadata of NFT collections, e.g. name, thumbnailURL etc

    Declaration

    Swift

    public var collections: [String : ObjktCollection]
  • Cached metadata of specific tokens, e.g. prices, offers etc

    Declaration

    Swift

    public var tokens: [String : ObjktTokenReponse]

Init

Public single functions