Broadcast an external transaction
The ID of the blockchain network
The ID of the address to broadcast the transaction for
The request body
Optional
options: RawAxiosRequestConfigOverride http request option.
If the request fails.
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: RawAxiosRequestConfigOverride http request option.
If the request fails.
Get the faucet transaction for an external address.
The ID of the blockchain network
The onchain address of the address that is being fetched.
The transaction hash of the faucet transaction.
Optional
options: RawAxiosRequestConfigOverride http request option.
The faucet transaction.
If the request fails.
List all of 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: RawAxiosRequestConfigOverride http request option.
If the request fails.
Request faucet funds to be sent to external address.
The ID of the blockchain network
The onchain address of the address that is being fetched.
Optional
assetId: stringThe Optional ID of the asset to request funds for. Defaults to native asset.
Optional
skipWait: booleanThe Optional flag to skip waiting for the transaction to be mined. Defaults to false.
Optional
options: RawAxiosRequestConfigOverride http request option.
If the request fails.
ExternalAddressAPIClient client type definition.