Optional
configuration: ConfigurationCreate a new address scoped to the wallet.
Create a new address
The ID of the wallet to create the address in.
Optional
createAddressRequest: CreateAddressRequestOptional
options: RawAxiosRequestConfig = {}Override http request option.
Create a new payload signature with an address.
Create a new payload signature.
The ID of the wallet the address belongs to.
The onchain address of the address to sign the payload with.
Optional
createPayloadSignatureRequest: CreatePayloadSignatureRequestOptional
options: RawAxiosRequestConfig = {}Override http request option.
Get address
Get address by onchain address
The ID of the wallet the address belongs to.
The onchain address of the address that is being fetched.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get address balance
Get address balance for asset
The ID of the wallet to fetch the balance for
The onchain address of the address that is being fetched.
The symbol of the asset to fetch the balance for
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get payload signature.
Get payload signature.
The ID of the wallet the address belongs to.
The onchain address of the address that signed the payload.
The ID of the payload signature to fetch.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get address balances
Get all balances for address
The ID of the wallet to fetch the balances for
The onchain address of the address that is being fetched.
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.
List addresses in the wallet.
List addresses in a wallet.
The ID of the wallet whose addresses to fetch
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
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.
List payload signatures for an address.
List payload signatures for an address.
The ID of the wallet the address belongs to.
The onchain address of the address whose payload signatures to fetch.
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
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 onchain address.
Request faucet funds for onchain 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
options: RawAxiosRequestConfig = {}Override http request option.
AddressesApi - axios parameter creator