Optional
configuration: ConfigurationBroadcast an arbitrary transaction to the node constructed and signed by an external address.
Broadcast an arbitrary transaction.
The ID of the network the external address belongs to.
The onchain address of the transaction sender.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Broadcast an external address's transfer with a signed payload
Broadcast an external address' transfer
The ID of the network the address belongs to
The ID of the address the transfer belongs to
The ID of the transfer to broadcast
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Create a new transfer between addresses.
Create a new transfer
The ID of the network the address is on
The ID of the address to transfer from
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get the balance of an asset in an external address
Get the balance of an asset in an external address
The ID of the blockchain network
The ID of the address to fetch the balance for
The ID of the asset to fetch the balance for
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get an external address' transfer by ID
Get a external address' transfer
The ID of the network the address is on
The ID of the address the transfer belongs to
The ID of the transfer to fetch
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get the status of a faucet transaction
Get the status of a faucet transaction
The ID of the blockchain network
The ID of the address to fetch the faucet transaction for
The hash of the faucet transaction
Optional
options: RawAxiosRequestConfig = {}Override http request option.
List all of the balances of an external address
Get the balances of an external address
The ID of the blockchain network
The ID of the address to fetch the balance for
Optional
page: stringA cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Request faucet funds to be sent to external address.
Request faucet funds for external address.
The ID of the wallet the address belongs to.
The onchain address of the address that is being fetched.
Optional
assetId: stringThe ID of the asset to transfer from the faucet.
Optional
skipWait: booleanWhether to skip waiting for the transaction to be mined. This will become the default behavior in the future.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
ExternalAddressesApi - axios parameter creator