the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Deposit
index.IMXError
Get a list of Deposits
Optional
request: DepositsApiListDepositsRequestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Deposits
index.IMXError
Get details of an Asset
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Asset
index.IMXError
Get a list of Assets
Optional
request: AssetsApiListAssetsRequestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Assets
index.IMXError
Create a Collection
the L1 signer
the request object to be provided in the API request
a promise that resolves with the created Collection
index.IMXError
Get details of a Collection at the given address
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Collection
index.IMXError
Get a list of Collection filters
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Collection Filters
index.IMXError
Get a list of Collections
Optional
request: CollectionsApiListCollectionsRequestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Collections
index.IMXError
Update a Collection
the L1 signer
the Collection contract address
the request object containing the parameters to be provided in the API request
a promise that resolves with the updated Collection
index.IMXError
Add metadata schema to Collection
the L1 signer
the Collection contract address
the request object containing the parameters to be provided in the API request
a promise that resolves with the SuccessResponse if successful
index.IMXError
Get Metadata schema
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Metadata schema
index.IMXError
Update metadata schema by name
the L1 signer
the Collection contract address
the Metadata schema name
the request object containing the parameters to be provided in the API request
a promise that resolves with the SuccessResponse if successful
index.IMXError
Get a list of metadata refreshes
the L1 signer
Optional
collectionAddress: stringthe Collection contract address
Optional
pageSize: numberthe page size of the result
Optional
cursor: stringthe cursor
a promise that resolves with the requested metadata refreshes
index.IMXError
Get a list of metadata refresh errors
the L1 signer
the metadata refresh ID
Optional
pageSize: numberthe page size of the result
Optional
cursor: stringthe cursor
a promise that resolves with the requested metadata refresh errors
index.IMXError
Get a list of metadata refresh results
the L1 signer
the metadata refresh ID
a promise that resolves with the requested metadata refresh results
index.IMXError
Request a metadata refresh
the L1 signer
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested metadata refresh
index.IMXError
Get a Project
the L1 signer
the Project ID
a promise that resolves with the requested Project
index.IMXError
Get the token Balances of the User
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Balance
index.IMXError
Get a list of Balances for given User
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Balances
index.IMXError
Get details of a Mint with the given ID
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Mint
index.IMXError
Get a list of Mints
Optional
request: MintsApiListMintsRequestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Mints
index.IMXError
Mint tokens in a batch with fees
the L1 signer
the request object to be provided in the API request
a promise that resolves with the minted tokens
index.IMXError
Get a list of Withdrawals
Optional
request: WithdrawalsApiListWithdrawalsRequestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Withdrawals
index.IMXError
Get details of Withdrawal with the given ID
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Withdrawal
index.IMXError
Get details of an Order with the given ID
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Order
index.IMXError
Get a list of Orders
Optional
request: OrdersApiListOrdersV3Requestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Orders
index.IMXError
Get details of a Trade with the given ID
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Trade
index.IMXError
Get a list of Trades
Optional
request: TradesApiListTradesV3Requestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Trades
index.IMXError
Get details of a Token
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Token
index.IMXError
Get a list of Tokens
Optional
request: TokensApiListTokensRequestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Tokens
index.IMXError
Get details of a Transfer with the given ID
the request object containing the parameters to be provided in the API request
a promise that resolves with the requested Transfer
index.IMXError
Get a list of Transfers
Optional
request: TransfersApiListTransfersRequestoptional object containing the parameters to be provided in the API request
a promise that resolves with the requested list of Transfers
index.IMXError
Create a new Exchange transaction
the request object to be provided in the API request
a promise that resolves with the created Exchange Transaction
index.IMXError
Get an Exchange transaction
the request object to be provided in the API request
a promise that resolves with the Exchange Transaction
index.IMXError
Get Exchange transactions
the request object to be provided in the API request
a promise that resolves with Exchange Transactions
index.IMXError
Create a new Transfer request
the pair of Eth/Stark signers
the request object to be provided in the API request
a promise that resolves with the created Exchange Transfer
index.IMXError
Create a new nft primary transaction
the request object to be provided in the API request
a promise that resolves with the created nft primary Transaction
index.IMXError
Get nft primary supported currencies and their limits
the request object to be provided in the API request
a promise that resolves with nft primary Currencies
index.IMXError
Get nft primary transaction by transaction id
the request object to be provided in the API request
a promise that resolves with nft primary transaction
index.IMXError
Get list of nft primary transactions
the request object to be provided in the API request
a promise that resolves with nft primary transaction
index.IMXError
Create a PrimarySale
the pair of L1/L2 signers
the request object to be provided in the API request
a promise that resolves with the created Trade
index.IMXError
Accept a PrimarySale
eth signer matching the 'studio_ether_key' of the primary sale
id of the primary sale accepting
a promise that resolves with the created Trade
index.IMXError
Reject a PrimarySale
eth signer matching the 'studio_ether_key' of the primary sale
id of the primary sale to be rejected
a promise that resolves with the rejected PrimarySale
index.IMXError
Generated using TypeDoc
Get details of a Deposit with the given ID