Skip to content

fremantle-industries/ex_magic_eden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExMagicEden

Build Status hex.pm version

Magic Eden API client for Elixir

Installation

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

def deps do
  [
    {:ex_magic_eden, "~> 0.0.6"}
  ]
end

Requirements

  • Erlang 22+
  • Elixir 1.13+

API Documentation

https://api.magiceden.dev

REST API

Tokens

  • GET /tokens/:token_mint
  • GET /tokens/:token_mint/listings
  • GET /tokens/:token_mint/offer_received
  • GET /tokens/:token_mint/activities

Wallets

  • GET /wallets/:wallet_address/tokens
  • GET /wallets/:wallet_address/activities
  • GET /wallets/:wallet_address/offers_made
  • GET /wallets/:wallet_address/offers_received
  • GET /wallets/:wallet_address/escrow_balance
  • GET /wallets/:wallet_address

Collections

  • GET /collections
  • GET /collections/:symbol/listings
  • GET /collections/:symbol/activities
  • GET /collections/:symbol/stats

Launchpad

  • GET /launchpad/collections

Instructions

  • GET /instructions/buy
  • GET /instructions/buy_now
  • GET /instructions/buy_cancel
  • GET /instructions/buy_change_price
  • GET /instructions/sell
  • GET /instructions/sell_now
  • GET /instructions/sell_cancel
  • GET /instructions/sell_change_price
  • GET /instructions/deposit
  • GET /instructions/withdraw

Undocumented RPC API

  • GET /rpc/getListedNFTsByQueryLite

Authors

License

ex_magic_eden is released under the MIT license

About

Magic Eden API client for Elixir

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages