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
Get Stark keys for a registered User
the eth address of the User
a promise that resolves with the requested User
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
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
Create a Collection
the L1 signer
the request object to be provided in the API request
a promise that resolves with the created Collection
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
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
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
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
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
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
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
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
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
Get a list of metadata refresh results
the L1 signer
the metadata refresh ID
a promise that resolves with the requested metadata refresh results
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Create a new Exchange transaction
the request object to be provided in the API request
a promise that resolves with the created Exchange Transaction
Get an Exchange transaction
the request object to be provided in the API request
a promise that resolves with the Exchange Transaction
Get Exchange transactions
the request object to be provided in the API request
a promise that resolves with Exchange Transactions
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
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
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
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
Get list of nft primary transactions
the request object to be provided in the API request
a promise that resolves with nft primary transaction
Get details of a Deposit with the given ID