Protected
configurationOptional
initOverrides: RequestInitRetrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints. Get account assets
Optional
initOverrides: RequestInitRetrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account. Get account balances
Optional
initOverrides: RequestInitRetrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account. Get account balances
Optional
initOverrides: RequestInitRetrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the send-many-memo
bulk sending contract.
Get inbound STX transfers
Optional
initOverrides: RequestInitRetrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the send-many-memo
bulk sending contract.
Get inbound STX transfers
Optional
initOverrides: RequestInitRetrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0. Get account info
Optional
initOverrides: RequestInitRetrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0. Get account info
Optional
initOverrides: RequestInitNOTE: This endpoint is deprecated in favor of Non-Fungible Token holdings. Retrieves a list of all nfts owned by an address, contains the clarity value of the identifier of the nft. Get nft events
Optional
initOverrides: RequestInitNOTE: This endpoint is deprecated in favor of Non-Fungible Token holdings. Retrieves a list of all nfts owned by an address, contains the clarity value of the identifier of the nft. Get nft events
Optional
initOverrides: RequestInitRetrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions. Get the latest nonce used by an account
Optional
initOverrides: RequestInitRetrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions. Get the latest nonce used by an account
Optional
initOverrides: RequestInitRetrieves STX token balance for a given Address or Contract Identifier. Get account STX balance
Optional
initOverrides: RequestInitRetrieves STX token balance for a given Address or Contract Identifier. Get account STX balance
Optional
initOverrides: RequestInitRetrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found here. If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to WebSockets or Socket.io for real-time updates. Get account transactions
Optional
initOverrides: RequestInitRetrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found here. If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to WebSockets or Socket.io for real-time updates. Get account transactions
Optional
initOverrides: RequestInitRetrieve all transactions for an account or contract identifier including STX transfers for each transaction. Get account transactions including STX transfers for each transaction.
Optional
initOverrides: RequestInitRetrieve all transactions for an account or contract identifier including STX transfers for each transaction. Get account transactions including STX transfers for each transaction.
Optional
initOverrides: RequestInitRetrieves transaction details for a given Transaction Id tx_id
, for a given account or contract Identifier.
Get account transaction information for specific transaction
Optional
initOverrides: RequestInitRetrieves transaction details for a given Transaction Id tx_id
, for a given account or contract Identifier.
Get account transaction information for specific transaction
Optional
initOverrides: RequestInitProtected
requestOptional
initOverrides: RequestInitRest
...middlewares: Middleware[]Rest
...postMiddlewares: ((context: ResponseContext) => Promise<void | Response>)[]Rest
...preMiddlewares: ((context: RequestContext) => Promise<void | FetchParams>)[]Generated using TypeDoc
Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints. Get account assets