Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.15 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.15 KB

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