ExLooksRare
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"}
]
endRequirements
- Erlang 22+
- Elixir 1.13+
API Documentation
https://looksrare.github.io/api-docs/
REST API
Accounts
GET /api/v1/accountsGET /api/v1/ordersPOST /api/v1/ordersGET /api/v1/orders/nonce
Collections
GET /api/v1/collectionsGET /api/v1/collections/statsGET /api/v1/collections/listing-rewards
Tokens
GET /api/v1/tokens
Events
GET /api/v1/events
Rewards
GET /api/v1/rewards/all
Authors
- Alex Kwiatkowski - alex+git@fremantle.io
License
ex_looks_rare is released under the MIT license