Skip to content

fremantle-industries/ex_looks_rare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExLooksRare

Build Status hex.pm version

LooksRare API client for Elixir

Installation

Add the ex_looks_rare package to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_looks_rare, "~> 0.0.2"}
  ]
end

Requirements

  • Erlang 22+
  • Elixir 1.13+

API Documentation

https://looksrare.github.io/api-docs/

REST API

Accounts

  • GET /api/v1/accounts
  • GET /api/v1/orders
  • POST /api/v1/orders
  • GET /api/v1/orders/nonce

Collections

  • GET /api/v1/collections
  • GET /api/v1/collections/stats
  • GET /api/v1/collections/listing-rewards

Tokens

  • GET /api/v1/tokens

Events

  • GET /api/v1/events

Rewards

  • GET /api/v1/rewards/all

Authors

License

ex_looks_rare is released under the MIT license

About

LooksRare API client for Elixir

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages