ExMagicEden
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"}
]
endRequirements
- Erlang 22+
- Elixir 1.13+
API Documentation
REST API
Tokens
GET /tokens/:token_mintGET /tokens/:token_mint/listingsGET /tokens/:token_mint/offer_receivedGET /tokens/:token_mint/activities
Wallets
GET /wallets/:wallet_address/tokensGET /wallets/:wallet_address/activitiesGET /wallets/:wallet_address/offers_madeGET /wallets/:wallet_address/offers_receivedGET /wallets/:wallet_address/escrow_balanceGET /wallets/:wallet_address
Collections
GET /collectionsGET /collections/:symbol/listingsGET /collections/:symbol/activitiesGET /collections/:symbol/stats
Launchpad
GET /launchpad/collections
Instructions
GET /instructions/buyGET /instructions/buy_nowGET /instructions/buy_cancelGET /instructions/buy_change_priceGET /instructions/sellGET /instructions/sell_nowGET /instructions/sell_cancelGET /instructions/sell_change_priceGET /instructions/depositGET /instructions/withdraw
Undocumented RPC API
GET /rpc/getListedNFTsByQueryLite
Authors
- Alex Kwiatkowski - alex+git@fremantle.io
License
ex_magic_eden is released under the MIT license