LooksRare API client for Elixir
Add the ex_looks_rare
package to your list of dependencies in mix.exs
:
def deps do
[
{:ex_looks_rare, "~> 0.0.2"}
]
end
- Erlang 22+
- Elixir 1.13+
https://looksrare.github.io/api-docs/
-
GET /api/v1/accounts
-
GET /api/v1/orders
-
POST /api/v1/orders
-
GET /api/v1/orders/nonce
-
GET /api/v1/collections
-
GET /api/v1/collections/stats
-
GET /api/v1/collections/listing-rewards
-
GET /api/v1/tokens
-
GET /api/v1/events
-
GET /api/v1/rewards/all
- Alex Kwiatkowski - alex+git@fremantle.io
ex_looks_rare
is released under the MIT license